+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 11

Thread: Online Java Coding

  1. #1
    Newbie 5te4lthX is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    7

    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. #2
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    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.

  3. #3
    Learning Programmer Arkie is on a distinguished road
    Join Date
    Dec 2007
    Posts
    92

    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.

  4. #4
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    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

  5. #5
    Learning Programmer Arkie is on a distinguished road
    Join Date
    Dec 2007
    Posts
    92

    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.

  6. #6
    Newbie leska is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    27

    Re: Online Java Coding

    Hm... And why do you need this service? Does it really helpful for you?

  7. #7
    Newbie RumtimeError is an unknown quantity at this point
    Join Date
    Jun 2009
    Posts
    1

    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. #8
    Newbie Sam1 is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    3

    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. #9
    Newbie Sam1 is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    3

    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. #10
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,673
    Blog Entries
    57

    Re: Online Java Coding

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

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Tutorial: Starting Java Using Netbeans
    By Jordan in forum Java Tutorials
    Replies: 4
    Last Post: 02-27-2010, 05:20 PM
  2. Custom Cursors using Java
    By gszauer in forum Java Tutorials
    Replies: 0
    Last Post: 12-02-2007, 10:25 AM
  3. Java Facts
    By techni68 in forum Java Help
    Replies: 0
    Last Post: 01-17-2007, 01:41 PM
  4. John's Java Tutorial Index
    By John in forum Java Tutorials
    Replies: 0
    Last Post: 01-11-2007, 03:05 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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