The Artima Developer Community
Sponsored Link

Java Answers Forum
crucial problems with the sun java compiler

7 replies on 1 page. Most recent reply: Jul 24, 2002 1:29 PM by thomas

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 7 replies on 1 page
thomas

Posts: 42
Nickname: turbomanic
Registered: Jul, 2002

crucial problems with the sun java compiler Posted: Jul 21, 2002 5:20 AM
Reply to this message Reply
Advertisement
I'm new here and is in my third year of university. I need some programme that will allow me to run/compile java for the upcoming semester. Where can I get such a programme on the net? I tried the sun webpage where they had just the type of programme I needed but it keeps freezing on my computer. I have a quick computer but it can't handle the sun software can someone help me fix this problem or tell me where I can get a free compiler to use for the up coming semester?


Trelan Hylton

Posts: 6
Nickname: teejay
Registered: Jul, 2002

Re: crucial problems with the sun java compiler Posted: Jul 22, 2002 12:03 PM
Reply to this message Reply
go to google(or your favourite search engine) and type in textpad. it is a shareware editor that allows you to compile and run your java source files.

thomas

Posts: 42
Nickname: turbomanic
Registered: Jul, 2002

Re: crucial problems with the sun java compiler Posted: Jul 22, 2002 2:01 PM
Reply to this message Reply
thanks for the help trelan

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: crucial problems with the sun java compiler Posted: Jul 22, 2002 2:25 PM
Reply to this message Reply
Isn't that going to just run Javac, like any of the vast multitude of editors out there?

If you want to try alternative compiler to Sun's Javac, you might want to look at Jikes (again, search for it on Google). It is an incredibly fast Java compiler developed at IBM DeveloperWorks. Try it once and you'll never want to use Javac again!

thomas

Posts: 42
Nickname: turbomanic
Registered: Jul, 2002

Re: crucial problems with the sun java compiler Posted: Jul 22, 2002 2:27 PM
Reply to this message Reply
I was wondering how do you compile and run java programmes in the textpad programme? I checked the help but it never help me so could someone lay out the steps for me. I understand about compiling but not in that programme.

Trelan Hylton

Posts: 6
Nickname: teejay
Registered: Jul, 2002

Re: crucial problems with the sun java compiler Posted: Jul 23, 2002 4:47 PM
Reply to this message Reply
choose 'tools'(alt + t) from the menubar. choose 'compile'(ctrl + 1) then 'run java application'(ctrl + 2), if you want to run an applet
'run java applet'(ctrl + 3)

thomas

Posts: 42
Nickname: turbomanic
Registered: Jul, 2002

Re: crucial problems with the sun java compiler Posted: Jul 24, 2002 8:32 AM
Reply to this message Reply
thanks for all the help trelan I will try that now.

thomas

Posts: 42
Nickname: turbomanic
Registered: Jul, 2002

Re: crucial problems with the sun java compiler Posted: Jul 24, 2002 1:29 PM
Reply to this message Reply
I tried that but under tools my option is grey where I can't access it. Is there any free patch on the internet that I can download for the textpad that will allow me to compile and run java applications on the textpad programme?

Flat View: This topic has 7 replies on 1 page
Topic: Listener class Previous Topic   Next Topic Topic: Making small program w/ filter... filters dont work. Help?

Sponsored Links



Google
  Web Artima.com   

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