Java Incompatible magic value 1694957703

79 Views Asked by At

I've freshly built the java program 3 different times in eclipse and they run fine on the windows machine. I get the following error when I run them on the linux box (I've tried winscp and ftp).

Exception in thread "Thread-0" java.lang.ClassFormatError: Incompatible magic value 1694957703 in class file sun/security/ssl/SSLContextImpl$TLSContext

The program runs fine until I try to have it write and upload a xml file. It doesn't seem to have any problems writing the file.

0

There are 0 best solutions below