[Oryx-users] Is it a problem in Oryx 3.6?
Brought to you by:
jensdietrich
From: Chia C. <Chi...@Su...> - 2004-01-31 03:13:09
|
Hi all, * problem with Oryx3.6? Last night, I installed Oryx 3.6 using the new InstallAnywhere. Everything seems to be O.K. But at the end, InstallAnywhere displayed the following error message: "The installation of oryx is finished, but some errors occurred during the install. Please see the installation log for details." There was no installation log could be found anywhere. I ran the start.sh (after fixed the hard-coded paths described below) and it seems to be OK. * issuse with the paths of jars file in start.sh/start.bat: This is not new to Oryx3.6: the big problem that I am having is the start.sh/start.bat. The prebuilt version has "/home/jens/workspace/oryx/oryx-application/xxx" as the paths for the jar files. Unfortunately, I don't have directory path like "/home/jens/...." This happened because both start.sh/start.bat were created/modified during the build. The two variables in the original files of start.sh/start.bat will be replaced: @CLASSPATH@ @MAINCLASS@ The full path of classes will replaced the @CLASSPATH. Therefore, "/home/jens/..." were produced. If I rebuild Oryx from the source, I'll my own full path. I have to change them if I move the jars to somewhere else. Here is my propose: the current format is "/aaa/bbb/lib/xxx.jar". We could replace it with "./lib/xxx.jar" I believe the problem could be resolved. What do you think? Cheers, Chia |