PDA

View Full Version : java error



Scoofy12
11-19-2004, 12:22 AM
so recently i switched from the plain sun J2RE to j2sdk1.4.2_06 on my (Debian Linux) machine.

now when i run D2OL i get
derek@Scoofy12:~/software/SengentD2OL/D2OL$ ./D2OL
FATAL [com.sengent.d2ol.node.agent.Node] Fatal Error in Node.main!
java.lang.NoClassDefFoundError: sun/misc/BASE64Decoder
at com.sengent.d2ol.node.agent.NodeConstants.loadProperties (source file unknown)
at com.sengent.d2ol.node.agent.NodeConstants.initConstants (source file unknown)
at com.sengent.d2ol.node.agent.Node.main (source file unknown)
at java.lang.reflect.Method.invoke0 (Method.java)
at java.lang.reflect.Method.invoke (Method.java:255)
at com.zerog.lax.LAX.launch (source file unknown)
at com.zerog.lax.LAX.main (source file unknown)

do i need to reinstall or something? or any ideas?

CaptainMooseInc
11-19-2004, 12:47 AM
I use IBM's JVM. It's about 30% faster.

-Jeff

PCZ
11-19-2004, 03:44 AM
Scoofy12

D2OL only uses java for the GUI and housekeeping functions.
The crunching is done by an app written in C.
You wont get any speed increase messing with jre versions.

My best advice to you is to install D2OL with the embedded jre.

Scoofy12
11-19-2004, 09:28 AM
well the switch in JVM was for another application, not related to D2OL at all. i can't really change that, at least for now. i'll try reinstalling what i have, and if that doesnt work i guess ill go with the embedded JRE