|
From: <ls...@us...> - 2007-07-01 08:45:38
|
Revision: 3342
http://jnode.svn.sourceforge.net/jnode/?rev=3342&view=rev
Author: lsantha
Date: 2007-07-01 01:45:32 -0700 (Sun, 01 Jul 2007)
Log Message:
-----------
Added system properties required by javac.
Modified Paths:
--------------
trunk/core/src/core/org/jnode/vm/VmSystem.java
Modified: trunk/core/src/core/org/jnode/vm/VmSystem.java
===================================================================
--- trunk/core/src/core/org/jnode/vm/VmSystem.java 2007-07-01 08:43:37 UTC (rev 3341)
+++ trunk/core/src/core/org/jnode/vm/VmSystem.java 2007-07-01 08:45:32 UTC (rev 3342)
@@ -266,6 +266,11 @@
res.put("gnu.javax.swing.noGraphics2D", "true");
// keep this property until transparency support works fine with all drivers
res.put("org.jnode.awt.transparency", "true");
+
+ //internal classpath for javac
+ res.put("java.endorsed.dirs", "/jifs/lib/");
+ res.put("sun.boot.class.path", ":");
+
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|