jkgooch / androidscreencast

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

NoClassDefFoundError: javax/swing/filechooser/FileNameExtensionFilter #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open androidscreencast
2. Double Click on my device
3. Then crash

What is the expected output? What do you see instead?
I see an exception:

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.jav
a:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at com.sun.javaws.Launcher.executeApplication(Launcher.java:1509)
    at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1447)
    at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1258)
    at com.sun.javaws.Launcher.run(Launcher.java:114)
    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:54)
    at net.srcz.android.screencast.Main.<init>(Main.java:25)
    at net.srcz.android.screencast.Main.main(Main.java:103)
    ... 9 more

What version of the product are you using? On what operating system?
Mac OSX Leopard / HTC Dream

Please provide any additional information below.

Original issue reported on code.google.com by marcos...@gmail.com on 16 Dec 2009 at 10:32

GoogleCodeExporter commented 8 years ago
Hello

I have the same problem with same config

Regards

Original comment by ludovic....@gmail.com on 18 Dec 2009 at 12:29

GoogleCodeExporter commented 8 years ago

Original comment by thiel.al...@gmail.com on 26 Jan 2010 at 4:39