today i installed jdk1.3 compiler but i don't know the path how to reach the text editing window . i don't know the way to change the setting of my computer . if you can please help me out . or if you have other solution to this problem help me please.
Recently i installed jdk1.3 compiler in c-drive but don't know how to make path for my first prog. please help
AUTOEXEC.BAT on the PC through the lines:
PATH=C:\Java\bin;%PATH%
SET CLASSPATH=.;C:\JAVA\LIB
SET HOMEDRIVE=C:
SET HOMEPATH=\JAVA
SET JAVA_HOME=C:\JAVA
After you have done that (or changed the path stuff for wherever you decided to put the JDK), you can move on.
OR
Do it by setting path manualy
1)Right click on MYCOMPUTER
2)Properties
3)Advanced
4)Enviroment variable
set your
Varaible name Classpath
variable path ;C:\JAVA\LIB (just add addit after any already taken path)
Variable name JAVA_HOME
Path C:\JAVA
Note:: *JAVA here Can be like jsdk1.3 folder on C drive or any version.
hope this will solve your issues
Cheers:)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment