Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I upgrade my PC to windows 2000.I w

Status
Not open for further replies.

summi

Technical User
Sep 19, 2001
10
IN
I upgrade my PC to windows 2000.I want to add path of jdk1.3 in autoexec file.There are two autoexec files.one is present in WINNT\system32 and other is in WINNT\repair.Contents of this file are as follows:

@echo off

REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.

REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe

REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir

REM Install DPMI support
lh %SystemRoot%\system32\dosx

please suggest me how can i add path in this file and in what format.jdk1.3 is installed in c:\jdk1.3.
Thanks
 
Right click My Computer and choose properties. Choose Advanced, environment variables. At the bottom in system variables, find path and choose edit. Put a semi colon at the end and then put c:\jdk1.3 in and hit Ok.

This will cover you for all users.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top