Sorendil / premotedroid

Automatically exported from code.google.com/p/premotedroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception in thread "main"

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. On ubuntu, try to run the program


What do you see instead?
Exception in thread "main" java.lang.NoClassDefFoundError: 
//PRemoteDroid-Server/jar
Caused by: java.lang.ClassNotFoundException: ..PRemoteDroid-Server.jar
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: ./PRemoteDroid-Server.jar.  Program will exit.

Same result on both Sun and OpenJDK


Original issue reported on code.google.com by jeremyaf...@gmail.com on 18 Oct 2010 at 2:54