0
Installing and running java
Is it possible to run jdk without going through cmd? And if it is, how do I do that?
1 Answer
0
create batch file with command inside
start javaw CodeName
where CodeName is name of your program
javaw has options like java