GetDotted Domains

Viewing Thread:
"Java"

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Tue 09/03/04 at 19:34
Regular
Posts: 5,323
Hey,
I am wanting to learn Java, and i was wondering where i can get a compiler from. I have looked all over the web for the 'Java Developement Kit' but cease to find it, even on the 'java.Sun.com' website which is poorly layed out!! If you could point me in the direction for this i will be greatful.
Also is it a hard programming language to learn? If it uses Formulas i should be alright.
Thankyou
James
Tue 16/03/04 at 20:44
Regular
"Meh"
Posts: 221
Hugo Rune-Shanks wrote:

> Or (which is what I do now) grab a development GUI to do all the
> leg-work for you... (there are commercial GUI e.g. JBuilder, or there
> are a few free ones which you can grab from the Sun site)

Doesn't NetBeans add some crap to your code before compiling?

You could also use batch files to compile files together.
Tue 16/03/04 at 20:40
Regular
Posts: 5,323
Silent Scope wrote:
> It's put itself into a j2sdk folder.. but no launch program in it
> anywhere.

Look in there for a folder called JDK or something like that.
Tue 16/03/04 at 20:40
Regular
"Eric The Half A Bee"
Posts: 5,347
Silent Scope wrote:
> Well got that Java SDK but how the feck do you use it?! :|

The SDK primarily just contains the command line compiler...

You could write your code in Edit, save it as a .java file and comile it in an open MS-DOS window (which is what I had to do when I was in college back in the old century)...

Or (which is what I do now) grab a development GUI to do all the leg-work for you... (there are commercial GUI e.g. JBuilder, or there are a few free ones which you can grab from the Sun site)
Tue 16/03/04 at 19:14
Regular
"Meh"
Posts: 221
It doesn't work like that, there's no IDE for it... ok, just copy this;

class Test
{

public static void main (String[]args)

{
system.out.println("Gah");

}

}

into a text file, save it as Test.java and type javac -classpath . Test.java into the command line...
Tue 16/03/04 at 19:10
Regular
Posts: 16,558
It's put itself into a j2sdk folder.. but no launch program in it anywhere.
Tue 16/03/04 at 19:04
Regular
"Meh"
Posts: 221
Make a program in java
Compile it using javac
Run it using java, provided the previous step didn't show any errors
Tue 16/03/04 at 16:53
Regular
Posts: 5,323
Silent Scope wrote:
> Well got that Java SDK but how the feck do you use it?! :|

I downloaded an old version of the JDK.
Tue 16/03/04 at 16:29
Regular
Posts: 16,558
Well got that Java SDK but how the feck do you use it?! :|
Wed 10/03/04 at 14:38
Regular
Posts: 10,437
I'd say a very good language to start on is Perl. It's not that hard to get into the basics of it and lets you ease yourself into other, more complex programming languages.

Never really looked into Java, mind.
Tue 09/03/04 at 22:14
Regular
"Drinks Sunny Deligh"
Posts: 177
Yeah, though I must point out g is a rubbish object name. I got told off for that by my tutor, even though I was just giving an example and the wasn't actually using it in handwritten code - just to save time on the board.

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

Very pleased
Very pleased with the help given by your staff. They explained technical details in an easy way and were patient when providing information to a non expert like me.
Impressive control panel
I have to say that I'm impressed with the features available having logged on... Loads of info - excellent.
Phil

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre
Feedback Close Feedback

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.