trying to get things building again

This commit is contained in:
benfry
2004-05-10 03:58:30 +00:00
parent fd2cd4184a
commit e38624c37b
7 changed files with 49 additions and 22 deletions

View File

@@ -235,8 +235,8 @@ public class PdePreprocessor {
String jdkVersionStr = PdePreferences.get("compiler.jdk_version");
int jdkVersion = JDK11; // default
if (jdkVersionStr.equals("1.3")) { jdkVersion = JDK13 };
if (jdkVersionStr.equals("1.4")) { jdkVersion = JDK14 };
if (jdkVersionStr.equals("1.3")) { jdkVersion = JDK13; };
if (jdkVersionStr.equals("1.4")) { jdkVersion = JDK14; };
for (int i = 0; i < jdkVersion; i++) {
for (int j = 0; j < defaultImports[i].length; j++) {