"Anagnost, Ted (MED, GEMS-IT)" <[EMAIL PROTECTED]> writes:
> I don't know if this was received, so I'm sending it again. > > > Hello, > > In my standalone .bat file I need to set the path (Winnt). How can I > configure > JDE to set the PATH needed to run? The PATH is one of several > properties that > I want to set. > > For example, I want something like this: > > set PATH=c:\winnt\system32\; > set OTHER=...; You need to set an environment variable in the system. Emacs will pick the variables up and so will Jde. In windows NT, you can go to you system properties ->Advanced->Environment Variables. Javier > > java -classpath ... This one you can set an environment variable, but if you work in more than more project it is better to set up jde-global-classpath. > > Thanks, > > Ted > > -- Javier S. Lopez [EMAIL PROTECTED] Forum Systems, Inc. (781) 263-5406 40 Williams St., Suite G20, http://www.forumsys.com Wellesley, MA 02481
