DRnwl / android-projector

Automatically exported from code.google.com/p/android-projector
0 stars 0 forks source link

Needs Eclipse SWT to be installed on the host machine #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download android-projector
2. cd to the extracted bin/jar file
3. Run it using ./android-projector

What is the expected output? What do you see instead?
Expected:
The Screen of Android-Projector

Actual:
~/Downloads/AndroidProjector $ ./android-projector
usage: dirname path
Error: Unable to access jarfile /lib/archquery.jar
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/eclipse/swt/graphics/Device
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
    at java.lang.Class.getMethod0(Class.java:2764)
    at java.lang.Class.getMethod(Class.java:1653)
    at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
    at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.graphics.Device
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 6 more

What version of the product are you using? On what operating system?
Mac OS X 10.9.2

Please provide any additional information below.
Eclipse is not installed on my machine. Has the necessary ANDROID_HOME etc. 
variables set accordingly.

Original issue reported on code.google.com by mohit.ka...@gmail.com on 1 Mar 2014 at 8:12

GoogleCodeExporter commented 9 years ago
It does not need this. This is a duplicate of issue #7 
(https://code.google.com/p/android-projector/issues/detail?id=7).

Original comment by Splak...@gmail.com on 16 May 2014 at 3:17