Issue509471

classification
Title: ClassFormatError with https applets
Type: Severity: normal
Components: Jythonc compiler Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jwender
Priority: low Keywords:

Created on 2002-01-28.08:59:58 by jwender, last changed 2008-11-01.13:59:09 by fwierzbicki.

Messages
msg557 (view) Author: Jan Wender (jwender) Date: 2002-01-28.08:59:58
When loading a jythonc --jar frozen applet via https it
fails to load correctly with a java.lang.ClassFormatError.

When loading the html file with the applet tag with
http, with a https-jar-URL, everythin works

Looks like another instance of the java bug
http://developer.java.sun.com/developer/bugParade/bugs/4291305.html

I have also filed a bugreport at java.sun.com.
History
Date User Action Args
2008-11-01 13:59:09fwierzbickisetcomponents: + Jythonc compiler, - None
2002-01-28 08:59:58jwendercreate