Im planning to continue my simple editor...
Like context, that can compile and run edited java codes from shortcut keys...
I like to put a button, that when i press it, it automatically compiles and receive a stacktrace if it has an error... or run the class if no error...
Thus anyone knows here how to implement it?
What classes should i use?!!
Am i expecting it more complex?!!
Thanks experts....
Like context, that can compile and run edited java codes from shortcut keys...
I like to put a button, that when i press it, it automatically compiles and receive a stacktrace if it has an error... or run the class if no error...
Thus anyone knows here how to implement it?
What classes should i use?!!
Am i expecting it more complex?!!
Thanks experts....
Comment