javac tag

2 questions


1 answers
363 views
0
Java Object Declaration Error Question!

Hello, I'm asking you a question because I'm stuck in an object declaration error while studying Java!#Box.javapublic class Box { int width=0; int height=0; public void printSize() { System.out.print...

1 years ago

1 answers
110 views
0
'javac' is not an internal or external command, an executable program, or a batch file.

I'm a beginner who started trying to learn java ambitiously.I finished setting the installation and environment variables yesterdayToday, I was learning the compilation of the 'Java Development Order'...

2 years ago

© 2024 OneMinuteCode. All rights reserved.