Hallo all,
Am having abit of a problem executin a client sided of a Cafe software:
when i run the server side of the software using ./Cafepilot_Server.jar, it executes perfectly.
now when i try to do the same for the client side i get the following error:
Code:
invalid file (bad magic number): Exec format error
So i figured out i could use java -jar Cafepilot_client.jar, but that annoingly throws up the following errors:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: sun.misc.BASE64Decoder
at com.dijitanix.cafepilot.cafepilotclient.gb.b(gb.java)
at com.dijitanix.cafepilot.cafepilotclient.Main.main(Main.java)
I also try java cafepilot_Client.jar and i get even more errors:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: CafePilot_Client.jar
at gnu.java.lang.MainThread.run(libgcj.so.8rh)
Caused by: java.lang.ClassNotFoundException: CafePilot_Client.jar not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(libgcj.so.8rh)
at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.8rh)
at java.lang.ClassLoader.loadClass(libgcj.so.8rh)
at java.lang.ClassLoader.loadClass(libgcj.so.8rh)
at gnu.java.lang.MainThread.run(libgcj.so.8rh)
what might the issue be. Am running on FC7