English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

so that i can type java code in notepad, say for example and then i can upload this code on this website from where i can compile the code online and see the results....

Please help??

2007-01-02 06:10:18 · 3 answers · asked by man_in_casual 2 in Computers & Internet Programming & Design

i mean i am connected to the internet but do not have sun's jdk on my pc (and I cant have it) and now i want to execute my java code, so if there is any website on the internet which can compile my code online for me and show me the results that would be great

2007-01-02 10:38:39 · update #1

3 answers

This is essentially what JSP does. JSP is server-side Java (as opposed to standard JAVA, which is run on the client IE client-side)....it is much like what ASP is to Visual Basic.

Go to Sun.com and download their JSP server package to set up your own server to test JSP/JAVA. If you are already paying to use someone else's server, as the server admin if they have JSP capability. If they don't, see if the server owner/provider is willing to get JSP server (script interpretter) software or simply switch to a server provider that supports JSP.

2007-01-02 06:22:55 · answer #1 · answered by M S 5 · 0 0

That online thing only works with simple code snippets and single files. The real compiler will do the same thing as the online thing, but tons faster. Simply running the program after compilation also shows you the output (assuming there are no compile-time or run-time errors).

2016-05-23 06:48:44 · answer #2 · answered by Anonymous · 0 0

hmm if you mean java code, not jsp code. download the java sdk from www.sun.com . if you want jsp's, download tomcat from www.apache.org

2007-01-02 08:54:49 · answer #3 · answered by Julio M 3 · 1 0

fedest.com, questions and answers