08-17-2009 08:28 PM - edited 03-18-2019 11:32 PM
Has anyone tried installing RTMT on linux?
I have the Sun Java 1.6 JRE installed and the path seems to be set correctly. Everytime I try installing the BIN file I get the following output
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
argus@Io:~/Documents$sudo ./CcmServRtmtPlugin.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Exception in thread "main" java.lang.NoClassDefFoundError: com/zerog/lax/LAX
Caused by: java.lang.ClassNotFoundException: com.zerog.lax.LAX
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: com.zerog.lax.LAX. Program will exit.
argus@Io:~/Documents$ java -version
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Please help!!!!!
08-17-2009 10:13 PM
It works fine for me but I have to turn off Compiz to get anything on screen. Go to System->Preferences->appearance and on the visual effects tab choose none. That works for me but isn't what I'd choose to do.
08-17-2009 10:16 PM
Dude, can you do me a huge favour and paste the output to the following on your system?
echo $PATH
java -version
I think it has something to do with my path or the version of java
08-17-2009 10:59 PM
blah:~$ echo $PATH
/home/blah/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
blah:~$ java -version
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Server VM (build 14.0-b16, mixed mode)
Running Jaunty upgraded from at least Intrepid (if not Hardy).
Running 32bit not 64bit though.
08-18-2009 07:03 PM
Yea, I tried a 32 Kernel and it works fine. The BIN file has its own JRE included and I think that doesn't work on the 64 bit kernel. I'll see if I can hack it so that it uses the SUN 1.6 64bit JRE. This may take a while though :) Oh well, 32 bit it is. Thanks for the help!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide