Is there a website in which code can be typed, compiled, and run?
In other words, I'm looking for a website that does what BlueJ does.
Is there a website in which code can be typed, compiled, and run?
In other words, I'm looking for a website that does what BlueJ does.
Java Compiler This isn't exactly what you want, but its close, upload .java files and it will check them then compile them.
Other than that, I don't think what you want exists, but I could be wrong.
I've made an online java compiler that can compile your uploaded/pasted file and outputs if its compiled succesfully or failed with the error messages.
I haven't released it (although it works) but i will once i have the time to write a readme and license for it.
However you can take a look here: Engineeringserver.com | Java compiler API, compiling made easy and here Engineeringserver.com | [ java file copy ] Java folder watching to combine both of my old(er) classes so you can create your own online compiler but you need a webserver such as xampp etc to host the online java compiler.
Well, after reading this topic again i've opened my project in Eclipse and started to work on adding a syntax highlighting feature for the uploaded files (or java code that is pasted in a textfield) by integrating geshi or by coding a custom class that handles this (although im trying to use geshi for the web part because its easier than writing a new class just to handle this, compiling ofcourse is done in the background using my compiler class)
I've also blogged a bit about it yesterday on my blog here: Engineeringserver.com | Online Java compiler W.I.P. and will update the blog post if there there is anything worth mentioning.
if you have a request of some sort and would like me to code it into the current build, let me know and i'll see if i have the time for it.
Hm... And why do you need this service? Does it really helpful for you?
Here, try the one at MethodGamer.com.
Apparently, its a new project but you can still upload your files or start a new one from scratch and make changes to it. They are still working on the syntax highlighter but it still compiles and runs perfectly.
This should work fine.
I want to make java online compiler in JSP as my final year project does any one have could sem me
I want to make java online compiler in JSP as my final year project does any one have it
send me please
I doubt anyone has it.
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum