 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Java script Dude Guest
|
Posted: Fri May 27, 2005 5:56 pm Post subject: Invalid pc in line number table when using ftp'd class |
|
|
When FTP'ing compiled class to another box I get the following error:
Exception in thread "main" java.lang.ClassFormatError: <classpath>
(Invalid pc in line number table)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$1(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
|
|
| Back to top |
|
 |
Java script Dude Guest
|
Posted: Fri May 27, 2005 5:59 pm Post subject: Re: Invalid pc in line number table when using ftp'd class |
|
|
Issue resolved...
The problem is with ftp app, it was configured to ftp files in ascii
format.
By chaning to auto detect, ( I assume binary is detected) the problem
was resolved.
T
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|