Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Online Java Coding

  1. #1
    5te4lthX is offline Newbie
    Join Date
    May 2008
    Posts
    7
    Rep Power
    0

    Online Java Coding

    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.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: Online Java Coding

    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.

  4. #3
    Arkie is offline Learning Programmer
    Join Date
    Dec 2007
    Posts
    91
    Rep Power
    16

    Re: Online Java Coding

    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.

  5. #4
    Join Date
    Jan 2008
    Posts
    1,725
    Blog Entries
    4
    Rep Power
    29

    Re: Online Java Coding

    Quote Originally Posted by Arkie View Post
    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.
    Great classes! I will wait until your unreleased site comes out though

    +rep

  6. #5
    Arkie is offline Learning Programmer
    Join Date
    Dec 2007
    Posts
    91
    Rep Power
    16

    Re: Online Java Coding

    Quote Originally Posted by morefood2001 View Post
    Great classes! I will wait until your unreleased site comes out though

    +rep
    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.

  7. #6
    RumtimeError is offline Newbie
    Join Date
    Jun 2009
    Posts
    1
    Rep Power
    0

    Re: Online Java Coding

    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.

  8. #7
    Sam1 is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    Re: Online Java Coding

    I want to make java online compiler in JSP as my final year project does any one have could sem me

  9. #8
    Sam1 is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    Re: Online Java Coding

    I want to make java online compiler in JSP as my final year project does any one have it
    send me please

  10. #9
    Join Date
    Jul 2006
    Posts
    16,475
    Blog Entries
    75
    Rep Power
    143

    Re: Online Java Coding

    I doubt anyone has it.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  11. #10
    Sam1 is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    Re: Online Java Coding

    Than may be somebody coul help me in that project becoz i have only a month to make it.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need Help on php coding
    By Mastspace in forum PHP Development
    Replies: 5
    Last Post: 04-21-2010, 05:18 AM
  2. Help with coding.
    By I Own Pure I in forum Website Design
    Replies: 0
    Last Post: 12-09-2009, 12:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts