Results 1 to 1 of 1
Thread: Stop applet from running
- 03-03-2013, 05:16 PM #1
Member
- Join Date
- Mar 2013
- Posts
- 1
- Rep Power
- 0
Stop applet from running
Greetings
I have created an web application (jsp-servlet) that trigers some .jar applets
I print the jars with the HTML tags through a servlet in the jsp.
Imagine two situations. A anb B.
Starting with A the jar runs.
I go to B, the 2nd jar replaces the first.
When I return back to A, the 2nd jar is removed but the first jar fails to start with a Adding same VBO twice + null pointer exception.
So I believe I have to stop it after leaving situation A.
Is there a way to stop the .jar from running from inside the servlet?
Thanks in advance.
Added stacktrace:
Adding same VBO twice. Exception in thread "Animation Thread" P3D: Already called beginDraw(). javax.media.opengl.GLException: java.lang.NullPointerException at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenG LThread(AWTThreadingPlugin.jav*a:98) at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(T hreadingImpl.java:196) at javax.media.opengl.Threading.invokeOnOpenGLThread( Threading.java:164) at javax.media.opengl.awt.GLCanvas.maybeDoSingleThrea dedWorkaround(GLCanvas.java:83*1)Last edited by lemanou; 03-03-2013 at 05:28 PM.
Similar Threads
-
Problem running Applet in IE but works when running just Java in Netbeans?
By rodneyc8063 in forum Java AppletsReplies: 7Last Post: 12-18-2011, 04:13 AM -
The outer loop doesnt stop running
By Bulelakes in forum JDBCReplies: 16Last Post: 08-23-2010, 09:42 AM -
How do I stop or kill a running thread when a condition is true
By chikaman in forum Threads and SynchronizationReplies: 3Last Post: 12-21-2009, 11:07 PM -
How to stop/pause running third party exe?
By 2bGeek in forum AWT / SwingReplies: 3Last Post: 02-28-2009, 07:26 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks