> Btw, Gino wrote: "Oh, speaking of jikes, I strongly recommend using it. Its > waaaaay faster than Sun's java compiler." > > I tried using jikes after i read your message. I think it's looking for the java >classes because the classpath is not set. I tried to override the original setting >by providing a classpath directed to the the directory containing the jar files. The >error still persists. > > Am I correctly passing the classpath parameter? >
common error which I hoped the RPM maintainer modified the RPM already. Jikes is looking for the runtime library. You can do the following (assuming you're using bash): export CLASSPATH=.:/path/to/your/jdk/jre/lib/rt.jar This assumes you've installed Sun's JDK already. If you're simply installing the JRE, simply remove the jdk path above. you don't have to include the src.zip anymore. ============================ Gino LV. Ledesma Campus Network Group Ateneo de Manila University http://cng.ateneo.net/ _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
