If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Fyracle + Compiere install problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-25-06, 16:30
banshee_z71 banshee_z71 is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
Fyracle + Compiere install problem

I installed Fyracle on Windows XP Pro, when I try installing Compiere using the instructions http://www.fyracle.org/downloads/WINDOWS_HOW_TO.txt
I get Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jre1/5/0_04\lib\ext\QTJava/zip

I have tried modifing the RUN_Compiere2.bat

@Title Compiere Client %COMPIERE_HOME%
@Rem $Id: RUN_Compiere2.bat,v 1.17 2004/10/19 06:06:23 jjanke Exp $
@Echo off

@Rem Set/Overwrite COMPIERE_HOME explicitly here for different versions, etc. e.g.
@Rem set COMPIERE_HOME=C:\R251\Compiere2
set COMPIERE_HOME=%~dp0


@Rem Set/Overwrite JAVA_HOME explicitly here for different versions, etc. e.g.
@Rem set JAVA_HOME=C:\j2sdk1.4.2
set JAVA_HOME=C:\j2sdk1.4.2

:CHECK_JAVA:
if not "%JAVA_HOME%" == "" goto JAVA_HOME_OK
Set JAVA=java
@Echo JAVA_HOME is not set.
@Echo You may not be able to start Compiere
@Echo Set JAVA_HOME to the directory of your local JDK.
@Echo You could set it via WinEnv.js e.g.:
@Echo cscript WinEnv.js C:\Compiere2 C:\j2sdk1.4.2
goto CHECK_COMPIERE
:JAVA_HOME_OK
Set JAVA=%JAVA_HOME%\bin\java

:CHECK_COMPIERE
if not "%COMPIERE_HOME%" == "" goto COMPIERE_HOME_OK
Set CLASSPATH=lib/CClient.jar;lib/CTools.jar;lib/oracle.jar;lib/firebirdsql-full.jar;lib/jPDFPrinter.jar;%CLASSPATH%
set COMPIERE_HOME=%~dp0..
@Echo COMPIERE_HOME is not set.
@Echo You may not be able to start Compiere
@Echo Set COMPIERE_HOME to the directory of Compiere2.
@Echo You could set it via WinEnv.js e.g.:
@Echo cscript WinEnv.js C:\Compiere2 C:\j2sdk1.4.2
goto START
:COMPIERE_HOME_OK
Set CLASSPATH=%COMPIERE_HOME%/lib/CClient.jar;%COMPIERE_HOME%/lib/firebirdsql-full.jar;%COMPIERE_HOME%/lib/CTools.jar;%COMPIERE_HOME%/lib/oracle.jar;%COMPIERE_HOME%/lib/jPDFPrinter.jar;%COMPIERE_HOME%/lib/acrobat.jar;%CLASSPATH%

@REM To switch between multiple installs, copy the created Environment.properties files
@REM Add -DPropertyFile=myFile before the classpath below to select the configuration, e.g.
@Rem "%JAVA%" -Xms32m -Xmx512m -DCOMPIERE_HOME=%COMPIERE_HOME% -DPropertyFile=C:\test.properties -classpath %CLASSPATH% org.compiere.Compiere

TART
"%JAVA%" -Xms32m -Xmx512m -DCOMPIERE_HOME=%COMPIERE_HOME% -classpath %CLASSPATH% org.compiere.Compiere

@pause


I installed everything on C: including the SDK

I would be grateful for any help getting this to work. Thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On