Java 1.5 incompatibilities
Hi! since there are currently problems with the 1.5 compatibility, and I have a 1.5 JDK installed, I thought I'd help you a little with at least pointing out where you're using 1.6-only APIs. I'm afraid that none of these are the cause for the current problems, but I'm investigating them, too
@Chris: how do you create the release jars? maybe I can create a compatible version or determine what settings work and which don't, even with 1.6
- Code: Select all
Description
Resource
Path
Location
Type
The method getFreeSpace() is undefined for the type File
GUI_ImportPicture.java
/ForgeSVN/src/forge
line 101
Java Problem
The method setIconImage(null) is undefined for the type GUI_Filter
GUI_Filter.java
/ForgeSVN/src/forge
line 148
Java Problem
The method setIconImage(null) is undefined for the type GUI_Quest_Filter
GUI_Quest_Filter.java
/ForgeSVN/src/forge
line 144
Java Problem
@Chris: how do you create the release jars? maybe I can create a compatible version or determine what settings work and which don't, even with 1.6