java
-
I am facing some problems to install the java compiler. actually in my knowledge I have installed the java compiler and also edited the enviorment variables on my pc.
PS E:\java> gcc main.java
gcc.exe: error: main.java: Java compiler not installed on this system
PS E:\java> -
I am facing some problems to install the java compiler. actually in my knowledge I have installed the java compiler and also edited the enviorment variables on my pc.
PS E:\java> gcc main.java
gcc.exe: error: main.java: Java compiler not installed on this system
PS E:\java>Perhaps, the Java Discussion Boards[^] would be a better place for this.
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
-
I am facing some problems to install the java compiler. actually in my knowledge I have installed the java compiler and also edited the enviorment variables on my pc.
PS E:\java> gcc main.java
gcc.exe: error: main.java: Java compiler not installed on this system
PS E:\java>Thanks for the info thanks
-
I am facing some problems to install the java compiler. actually in my knowledge I have installed the java compiler and also edited the enviorment variables on my pc.
PS E:\java> gcc main.java
gcc.exe: error: main.java: Java compiler not installed on this system
PS E:\java> -
Anyway, as far as I know. The java compiler is called
javac
. Hence, the correct command line should be:javac main.java
"In testa che avete, Signor di Ceprano?" -- Rigoletto
You are right. Thanks Bro
-
You are right. Thanks Bro