This method is a Sun internal method, which sets the system properties of
an Object.  I have my own version of it, VMSystem.insertSystemProperties().
However, something is still trying to call the old method and I do not know
what it is.  It doesn't appear to be in my code.
        I have replaced nearly all of java.lang (notable exceptions being Thread
and ThreadGroup), including java.lang.System.  I have the Classpath version
of all that stuff in classpath.zip.
        I call Japhar the CLASSPATH environment variable equal to
/home/shalom/compile/classpath.zip:/home/shalom/jdk/lib/classes.zip.  I do
not see how it could be picking up the old java.lang.System class, which is
the only class I can think of that would even desire to call
System.inirProperties().  Heck, it's probably private anyway.
        Am I having a problem with setting my classpath here?  Is my classpath.zip
just not overriding the JDK stuff Japhar slurped into
/usr/local/japhar/share/classes.zip?  How do I get it to do that?
        Any help would be appreciated.
--John Keiser

Reply via email to