This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Need help for Java installation
-fengie(fengie);
2000-10-4
{621}
(#9897@0)
-
Please Undo all things you have done in the control panelAfter you install JDK1.3, you don't need "add the above installing directory for the configuration of system environmen"
(I copied your words). Since you are working on NT, you can set PATH and CLASSPATH in the "My computer" icon. Right click it and go to environments.
Please undo all things you have done with your control panel, and re-install JDK.1.3
-jabber(jabber);
2000-10-4
{366}
(#9903@0)
-
thanks jabber !
-fengie(fengie);
2000-10-4
(#9929@0)
-
To set PATHFengie,
I guess you touched on control panel because you want to set PATH.
Actually, you have a few ways to do it
1) right click My Computer, go to properties|environment and add C:\jDK1.3\bin to PATH
2) you can issue a command after you open a MS-DOS as follows
set PATH=%PATH%;C:\jdk1.3\bin
3) You can also write a Windows .cmd file to run 2)
-jabber(jabber);
2000-10-5
{375}
(#9961@0)