The Artima Developer Community
Sponsored Link

Java Answers Forum
java online compiler and launcher

2 replies on 1 page. Most recent reply: Mar 15, 2007 12:31 PM by adrian milliner

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
maya zakry

Posts: 3
Nickname: rubymaya
Registered: Mar, 2007

java online compiler and launcher Posted: Mar 13, 2007 11:34 PM
Reply to this message Reply
Advertisement
hi guys..

1.im new to java.. i have found a place to compile my .java file online, problem is i dont have the launcher to see the output.. can anybody give me some link so that i could view the .class output?

where i compile my .java files :-
http://www.innovation.ch/cgi-bin/java_compile

2.i have a coffe cup icon in my system tray.. what is that? if it's a platform, why cant i view applets? when i run java -version in my command prompt, it shows that i have the jdse platform.. what is wrong? i dun understand...

3. can i compile the .java and view the .class once i can view applet?

4. is there anyway i could compile, launch java without installing jdk?


maya zakry

Posts: 3
Nickname: rubymaya
Registered: Mar, 2007

Re: java online compiler and launcher Posted: Mar 13, 2007 11:35 PM
Reply to this message Reply
correcting the compiler link
http://www.innovation.ch/java/java_compile.html

adrian milliner

Posts: 13
Nickname: goron
Registered: Feb, 2007

Re: java online compiler and launcher Posted: Mar 15, 2007 12:31 PM
Reply to this message Reply
I would suggest going through the basics at http://java.sun.com/docs/books/tutorial/index.html

It shows how to compile and run simple apps, and you should be able to adapt it to the online compiler.

If you are trying to build an Applet, then this will be run in a web browser and so will need a bit of HTML markup to contain it.

Check out http://java.sun.com/docs/books/tutorial/deployment/applet/index.html

Java is not too hard to get in to, but the basics of editting/compiling/running are worth learning from these tutorials as it will answer a lot more questions than you can ask here.

Flat View: This topic has 2 replies on 1 page
Topic: java online compiler and launcher Previous Topic   Next Topic Topic: inpout output

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use