kapta 0 Report post Posted September 25, 2004 just a question i've downloaded the personal edition of excelsior jet, but am having a problem starting "LaunchPad", i've created a profile by typing "jcsetup -jre /usr/java/j2sdk1.4.2_05" however when i try to start "LaunchPad" i get the message "You should have Sun JDK 1.4.2_05 installed to run JET-compiled application" any idea's how to fix this and get E Jet running? Share this post Link to post Share on other sites
es3754 0 Report post Posted September 25, 2004 what version of linux and what kernal? did the jcsetup finish compiling ok? Share this post Link to post Share on other sites
kapta 0 Report post Posted September 25, 2004 yes jcsetup finished compiling properly i am using SUSE 9.1 (latest kernel, i think its 2.6.5-7.108) and using java (rpm) downloaded from the Sun Website (not the one from yast, as that isn't recongised by Ex Jet). Share this post Link to post Share on other sites
es3754 0 Report post Posted September 26, 2004 Sorry, I only worked with Red Hat Fedora Core 1 and 2. I'm assuming you are using JET 3.6 w/ MP1 (the latest)? To get it to compile in c1/c2 I had to run: cd /usr/lib cp --force --reply=yes libz.so.1 libz.so Also make sure Java 1.4.2_05 (/usr/java/j2sdk1.4.2_05/bin) is in the path, I added it in to /etc/profile. also make sure this line: LD_LIBRARY_PATH="/usr/local/jet3.6-std/lib/x86/shared" (you may need to correct the path) is added in to /etc/profile also and make sure you put it in the "export" it so its global. EX: export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC LD_LIBRARY_PATH Share this post Link to post Share on other sites