jishipp / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

java.lang.reflect.InvocationTargetException in applets #381

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create an applet 
2. build it
3. try to open in a web browser

What is the expected output? What do you see instead?
I should see the applet but there's a 
java.lang.reflect.InvocationTargetException error

What version of the product are you using? On what operating system?
I'm using Java 7u45 on Windows 7

Please provide any additional information below.
It's more or less as we can see in this page 
http://stackoverflow.com/questions/19565159/javaapplet-with-lwjgl-broke-after-up
date-to-7u45
But I can't find the jar suggested in this solution

Original issue reported on code.google.com by davide.s...@gmail.com on 12 Nov 2013 at 3:22

GoogleCodeExporter commented 9 years ago
Does any of the workarounds documented at this URL work for you? 
https://forums.oracle.com/thread/2552941

Original comment by samuel.a...@gmail.com on 17 Nov 2013 at 8:15

GoogleCodeExporter commented 9 years ago
I've fixed that in the latest update to the Wiki! Check it out:
    http://code.google.com/p/javacv/wiki/HowToMakeAnApplet
Thanks for reporting!

Original comment by samuel.a...@gmail.com on 11 Jan 2014 at 9:51