0
I can't open javac, but I do the steps from the app. Why?
problems
16 Antworten
+ 13
@Ace Yes... both missing path and installation throw 'unknown command' if javac is executed by console.
+ 12
@Ace But then console throws an error.
+ 11
Then the .java files should have been successfully compiled to .class by javac. Did you try to start your program (command: java YourMainFile)?
+ 11
I meant to run your program (the class which contains your main method) from console, sry.
+ 10
Could you please post the error message?
+ 1
Their isn't an error message cmd (javac) open for just a second and than the tab get closed...
+ 1
I don't know, you mean that java Start as a main file? and I can't give cmd commands
0
Now I have to install it new? and what I had missing in part 2? I need to changing something?
0
And what is IDE @Ace?
0
I used notepad++ but that's isn't my problem.. I'll try to install Javascript new and I hope than I can see the mistake
thanks for the help!
0
javac is for java not javascript
javac is to compile java sourcecode hence the "c"
if it doesnt work check your PATH
else redownload jdk
0
check whether u have installed the app and also check if have installed then your .java file is in that driver as cmd working field might be different it means drive switching u have done or not means u file is in d: drive and u try to compile in c: drive .so u have to switch th drive first of all any then try.