Issue Details (XML | Word | Printable)

Key: IZPACK-58
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Julien Ponge
Reporter: Benjamin Bentmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IzPack

Clarify support status for Win9x

Created: 13/Apr/08 10:31 AM   Updated: 20/Apr/08 03:52 AM   Resolved: 20/Apr/08 03:52 AM
Return to search
Component/s: Installer
Affects Version/s: 3.11.0
Fix Version/s: 4.0.0

Time Tracking:
Not Specified

File Attachments: 1. Text File win9x-native-support-doc.patch (3 kB)
2. Text File win9x-native-support.patch (5 kB)


Patch Submitted: Yes


 Description  « Hide

According to the Introduction:

that will run on any operating system coming with a Java Virtual Machine (JVM) that is compliant with the Sun JVM 1.4 or higher.

This definition includes Win9x. Unfortunately, the native libraries used by IzPack target the WinNT series, Win9x does not support Unicode.

The patch includes the ANSI build output for the natives into the compiler and makes the Java code load the proper library depending on the OS.

If you intend to drop support for Win9x, please clarify your minimum requirements about this.



Julien Ponge added a comment - 13/Apr/08 02:46 PM

Java 6 does not support Windows 9.x, neither does Microsoft.

As you said, we will clarify this and link to this issue from the documentation so that at least people that would really want Win9.x compatibility could get your patches.


Benjamin Bentmann added a comment - 13/Apr/08 03:09 PM

Java 6 does not support Windows 9.x

Just for the record, Java 1.5 does.


Benjamin Bentmann added a comment - 20/Apr/08 03:44 AM

Just reviewed r2120. One final note: When referring to Win9x one usually means Win95, Win98 and WinMe. The documentation should be extended to state that Windows Me isn't supported either.


Julien Ponge added a comment - 20/Apr/08 03:52 AM

Fair enough.