file - Is there a way to run a java program from within another java program? -
file - Is there a way to run a java program from within another java program? -
ok, basically, wrote java programme creates new java classes within same folder current program. far, part works absolutely fine since it's creating new text files. know though, if there way run created classes within programme without terminating running programme created them. so, basically, want write programme creates, edits, , runs java programs. there method, function, api, helps this?
also, i'm using eclipse this.
what seek in case without using external apis, run cmd commands java.
in case can compile created java files , run .jar file example, using terminal commands 1 time more..
for cmd commands through java can refer link: run cmd commands through java
java file class io runnable
Comments
Post a Comment