Results 1 to 2 of 2
- 08-02-2007, 02:50 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 41
- Rep Power
- 0
error stack when I try to execute my code
this error appears when I try to execute my code called IllegalStateException, here is the error stack,
Java Code:java.lang.IllegalStateException: at java.util.zip.ZipFile.getEntryImpl(Native Method) at java.util.zip.ZipFile.getEntry(ZipFile.java:182) at java.util.jar.JarFile.getEntry(JarFile.java:250) at java.util.jar.JarFile.getJarEntry(JarFile.java:109) at java.net.URLClassLoader.findClassImpl(URLClassLoader.java:508) at java.net.URLClassLoader$4.run(URLClassLoader.java:632) at java.security.AccessController.doPrivileged(AccessController.java:102) at java.net.URLClassLoader.findClass(URLClassLoader.java:125) com.ibm.osg.smf.BundleClassLoader.loadClass(BundleClassLoader.java:337) at java.lang.ClassLoader.loadClass(ClassLoader.java:541)
- 08-02-2007, 08:32 PM #2
Similar Threads
-
Help with code (static error)
By oceansdepth in forum New To JavaReplies: 1Last Post: 03-28-2008, 04:32 AM -
Stack not popping
By bugger in forum New To JavaReplies: 2Last Post: 01-28-2008, 04:59 PM -
Pls help with a code error.
By saytri in forum New To JavaReplies: 8Last Post: 12-24-2007, 08:10 PM -
error in code
By dirtycash in forum New To JavaReplies: 2Last Post: 12-06-2007, 11:40 PM -
Help with heap and stack
By coco in forum Advanced JavaReplies: 1Last Post: 08-06-2007, 02:21 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks