Jump to content

(Noob question)Where can I download thease?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
Cetol

Cetol

    Newbie

  • Members
  • Pip
  • 8 posts
I need to know where to download:

1:Java
2:PhP thingy*

*Some kind of PHP thingy to make php with.


I wasent sure where to post this...
Sorry.

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
You can download Java from here Download Free Java Software

As for PHP, what are you looking for? An IDE? The interpreter?

#3
Cetol

Cetol

    Newbie

  • Members
  • Pip
  • 8 posts

Sidewinder said:

You can download Java from here Download Free Java Software

As for PHP, what are you looking for? An IDE? The interpreter?


Thanks.
I need whatever PHP is made with.
Now I can finally program in Java!

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Well for PHP to work you need to install a web server [apache Welcome! - The Apache Software Foundation ], and install PHP's [ PHP: Hypertext Preprocessor ] configuration files - you will probably want mysql [ MySQL AB :: The world's most popular open source database ] too. It's handy to know how to install and configure them yourself, but you can download and install something like VertrigoServ which installs apache, php, mysql and their configurations for you.

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
If you are using Windows for your OS, there is a project called WAMP that can help you get started.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
Cetol

Cetol

    Newbie

  • Members
  • Pip
  • 8 posts
Ok, I know about PHP.

But where do I download the program to make games/programs in Java?

Please tell.
Posted Image

#7
G_Morgan

G_Morgan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 537 posts
You're looking for the Java SDK (known as the JDK) and possibly an IDE like Netbeans or Eclipse.

Java SE Downloads

There you can get the JDK 6 with Netbeans 6.

#8
Cetol

Cetol

    Newbie

  • Members
  • Pip
  • 8 posts

G_Morgan said:

You're looking for the Java SDK (known as the JDK) and possibly an IDE like Netbeans or Eclipse.

Java SE Downloads

There you can get the JDK 6 with Netbeans 6.

Ok.
Thanks.
Now I can make games!
Posted Image

#9
G_Morgan

G_Morgan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 537 posts
Now you can make games assuming you learn Java and the Java2D, JOGL and the JavaSound API's. Java2D isn't too difficult to grasp.