Open GoogleCodeExporter opened 8 years ago
Try with java 1.6
Original comment by gbickf...@gmail.com
on 24 Mar 2010 at 11:02
As far as I know, java 1.6 is not available for Mac OS X
Original comment by martin.e...@gmail.com
on 24 Jun 2010 at 3:51
I am having the same issue:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1528)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1466)
at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1277)
at com.sun.javaws.Launcher.run(Launcher.java:117)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.NoClassDefFoundError:
javax/swing/filechooser/FileNameExtensionFilter
at net.srcz.android.screencast.Main.initialize(Main.java:58)
at net.srcz.android.screencast.Main.<init>(Main.java:25)
at net.srcz.android.screencast.Main.main(Main.java:107)
... 9 more
java -version:
java version "1.5.0_24"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_24-b02-357-9M3165)
Java HotSpot(TM) Client VM (build 1.5.0_24-149, mixed mode, sharing)
adb -version:
Android Debug Bridge version 1.0.26
Original comment by rtd.mea...@gmail.com
on 19 Jul 2010 at 9:06
I am also having this issue under Ubuntu 10.04, using Java Webstart Version
1.5.0 (build 1.5.0_10-b03). I'm running all of this on an HP Netbook so
perhaps screen resolution is a factor? My res is 1024/576.
I can't seem to copy the error message out, but the exception, down to the line
numbers, is exactly the same.
My android device is an Archos 5 running Donut.
Original comment by jessed...@gmail.com
on 19 Sep 2010 at 2:01
I am also getting the same error while connecting HTC desire
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError:
javax/swing/filechooser/FileNameExtensionFilter
at net.srcz.android.screencast.Main.initialize(Main.java:58)
at net.srcz.android.screencast.Main.<init>(Main.java:25)
at net.srcz.android.screencast.Main.main(Main.java:107)
... 11 more
Original comment by vjain...@gmail.com
on 25 Feb 2012 at 3:38
Original issue reported on code.google.com by
goldpic...@gmail.com
on 7 Feb 2010 at 9:48Attachments: