I've looked, and I just don't get what it means to "put it on the classpath".
Can someone spell out for me, idiot-proof, how I get DroidEx to work? I have the 1.6 SDK working (not that I've used anything but adb and ddms for producing logs and looking for problems i other people's stuff). I can get screenshots from ddms.
I'm using Windows XP sp3
My SDK is in C:\a-sdk-1.6r1
I have adb and fastboot on C: and have just used it from there.
DroidEx download:
http://groups.google.com/group/cw-android/web/DroidEx-1_6.jar
The instructions I'm using
http://groups.google.com/group/android-discuss/browse_thread/thread/939b320cea3c81d4
I'm not ready to start development myself yet (trust me/if that's not obvious), but I'd really like to get the functionality DroidEx offers. I think it'll also help me get going if I can understand the SDK itself a little better.
Thanks!
Edit: here's what I've tried, and this is what I get:
Can someone spell out for me, idiot-proof, how I get DroidEx to work? I have the 1.6 SDK working (not that I've used anything but adb and ddms for producing logs and looking for problems i other people's stuff). I can get screenshots from ddms.
I'm using Windows XP sp3
My SDK is in C:\a-sdk-1.6r1
I have adb and fastboot on C: and have just used it from there.
DroidEx download:
http://groups.google.com/group/cw-android/web/DroidEx-1_6.jar
The instructions I'm using
http://groups.google.com/group/android-discuss/browse_thread/thread/939b320cea3c81d4
I'm not ready to start development myself yet (trust me/if that's not obvious), but I'd really like to get the functionality DroidEx offers. I think it'll also help me get going if I can understand the SDK itself a little better.
Thanks!
Edit: here's what I've tried, and this is what I get:
Code:
C:\>java -cp DroidEx-1_6.jar:/opt/a-sdk-1.6r1/tools/lib/ddmlib.jar com.commonsware.droidex.DroidEx
Exception in thread "main" java.lang.NoClassDefFoundError: com/commonsware/droidex/DroidEx
Caused by: java.lang.ClassNotFoundException: com.commonsware.droidex.DroidEx
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)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: com.commonsware.droidex.DroidEx. Program will exit.
Last edited: