0
Can I run a gui based program without using a IDE????
I have copied a program from internet,but it's not running,,,what can be the problem??? what is netbeans Oracle
3 Respuestas
+ 2
before running it, you have to compile the copied program
javac yourProgramFile
+ 1
yes u can run a gui based program without a ide...
((here ide means any external ide like netbeans , codeblocks , eclips , pycharm(python)..etc))
if there is a in build terminal to write code then u dont need another ide ..
netbeans from oracle is an ide-->integrated developmemt environment..
here u can code mostly java related scripts...c/c++, xml etc....
0
yes u can run gui programs in cmd.