my dog learned polymorphism
The moose likes Applets and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark ""new classname()" call to class in another file: java.lang.reflect.InvocationTargetException" Watch ""new classname()" call to class in another file: java.lang.reflect.InvocationTargetException" New topic
Author

"new classname()" call to class in another file: java.lang.reflect.InvocationTargetException

Larry Larson
Greenhorn

Joined: Nov 27, 2011
Posts: 1
Applet runs fine until try to create class object from another file. Happens with and w/o jar file. When get to the "new" statement, the error is fired off from the initial InvokeAndWait command to get the thread going. So the thread gets going fine and runs til try to reach outside the initial file. HELP appreciated!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: "new classname()" call to class in another file: java.lang.reflect.InvocationTargetException
 
Similar Threads
Static methods and variables.
code for isAlive()
Applet loading from another applet does not work on IE.
Updating a Thread variable.
Jar manifest problem