Online Java compiler W.I.P.
1,653 views 
I’ve been working on my Java online compiler earlier today and while the software is far from finished it does work as intended (it tries to compiles the java file and will show the appropiate message(s)) . One of the thing that does’t work however is that when the file is compiled succesfully the generated class file wil not run for some reason but it does work when i test my compiler class seperately in another project with Eclipse. Wierd? It sure is, but maybe there is a nasty bugger somewhere in the code that i’ve overlooked. Stay tuned!
Want to take a look at the code? Go to our svn server -> project -> OnlineCompiler
Here’s an example output when a user uploads a *.java file to the webserver or local directory where the folder watcher is running.
(more…)





