Maybe di I save at wrong place? I saved to C driver,within Java folder(java stuffs are found there) in a folder named Misc.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Maybe di I save at wrong place? I saved to C driver,within Java folder(java stuffs are found there) in a folder named Misc.
Sorry, I can't read the language in the image. Can you copy the contents, translate it to English and post it here?
To copy the contents of the command prompt window:
Click on Icon in upper left corner
Select Edit
Select 'Select All' - The selection will show
Click in upper left again
Select Edit and click 'Copy'
Translate and Paste here.
If you don't understand my answer, don't ignore it, ask a question.
Microsoft Windows [verziószám: 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Minden jog fenntartva.
C:\Users\Felhasznalo>cd C:\Java\Misc
C:\Java\Misc>javac HelloWorld.java
A megadott nevet (javac) a rendszer nem ismeri fel belső vagy külső
parancsként, futtatható programként vagy kötegfájlként.
Translation:
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\User>cd C:\Java\Misc
C:\Java\Misc>javac HelloWorld.java
(javac) is not recognised as an internal or external command,operable program or hatch file.
The OS can not find the javac.exe file on the PATH environment variable.(javac) is not recognised as an internal or external command,operable program or hatch file.
Make sure the path to the bin folder holding the javac.exe file is on the PATH variable.
Here's a link for older versions of Windows: https://docs.oracle.com/javase/tutor...ent/paths.html
If you don't understand my answer, don't ignore it, ask a question.
zsinyi2 (January 6th, 2018)