jkgooch / androidscreencast

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

java.lang.reflect.InvocationTargetException #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Device name : xt800
Device rooted (yes/no) : no
Device OS version (1.5/1.6/2.0,...) : 2.0

Computer OS and version (Mac,Win,Linux,...) :win
Java version (java -version from command line) :1.5
ADB version (adb -version from command line) :1.0.25
AndroidScreencast version :

What steps will reproduce the problem?
1.run javaws androidscreencast.jnlp
2.
3.

What is the expected output? What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by goldpic...@gmail.com on 7 Feb 2010 at 9:48

Attachments:

GoogleCodeExporter commented 8 years ago
Try with java 1.6

Original comment by gbickf...@gmail.com on 24 Mar 2010 at 11:02

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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