souissimarwa / remotedroid

Automatically exported from code.google.com/p/remotedroid
0 stars 0 forks source link

Server doesn't run #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the .jar file on the desktop
2.
3.

What is the expected output? What do you see instead?
Output is :
Exception in thread "main" java.lang.NoClassDefFoundError: C:\Users\Ewan\Desktop
\RemoteDroidServer\RemoteDroidServer/jar
Caused by: java.lang.ClassNotFoundException: C:\Users\Ewan\Desktop\RemoteDroidSe
rver\RemoteDroidServer.jar
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: C:\Users\Ewan\Desktop\RemoteDroidServer\RemoteDro
idServer.jar.  Program will exit.

Expected output is that the desktop server for the program would start.

What version of the product are you using? On what operating system?

v1.4 on windows 7 64bit

Please provide any additional information below.

Original issue reported on code.google.com by ewanfr...@gmail.com on 27 Apr 2011 at 7:56