Issue509471

classification
Title: ClassFormatError with https applets
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, jwender
Priority: low Keywords:

Created on 2002-01-28.08:59:58 by jwender, last changed 2009-03-14.02:19:38 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.
msg4285 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-03-14.02:19:37
jythonc is no longer maintained.
History
Date User Action Args
2009-03-14 02:19:38fwierzbickisetstatus: open -> closed
resolution: wont fix
messages: + msg4285
nosy: + fwierzbicki
2008-11-01 13:59:09fwierzbickisetcomponents: + Jythonc compiler, - None
2002-01-28 08:59:58jwendercreate