hi,
i tired to compile my class "hello"
i have the following error.
C:\java\bin\examples>javac hello
'javac' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
From reading a previous post of yours, it sounds like you did not install the sdk, but rather the jre. You need the sdk to use javac, and also you need to set your path statement to allow your OS to use the commands found in the bin directory of the j2sdk installation.
Sorry, I read another of your posts and see that you did install the sdk. You need to set your path statement to reflect your bin directory of the installation. I am not sure how to do that in win 2000, but in win xp you click in control panel, then system icon, then advanced, then environment variables. You then edit the path variable to include the path to where you installed the j2sdk1.3.1\bin.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.