Re: Question: JAVA_DEBUG environment variable

1999-11-23 Thread Ted Neward
Look in the src.jar file, under launcher.java.c; it's coded explicitly in there. launcher/java.c is the standard Sun boilerplate for all of the "native" tools in theJDK (javac, java, ...). Ted Neward http://www.javageeks.com/~tneward On Tue, 23 Nov 1999, Jacob Nikom wrote: > Hi, > > In one of

Re: Question: JAVA_DEBUG environment variable

1999-11-23 Thread Nathan Meyers
On Tue, Nov 23, 1999 at 11:22:36AM -0500, Jacob Nikom wrote: > Hi, > > In one of his messages Nathan Meyers mentioned JAVA_DEBUG environment > variable which should be set up for debugging. I looked at debugging > documentation but could not find any mention about JAVA_DEBUG variable. The only "