Jump to content
xisto Community
Sign in to follow this  
mizako

How To Install Java Development Kit

Recommended Posts

Hi,
I am trying to install cocoon framework in my computer http://cocoon.apache.org/. It says i need to have installed previously the Java Development Kit installed on my machine.
What is the Java Development Kit?
How i install Java in my computer?

Help about this questions (i am total newbye with Java) and links pointing information regarding the installation of Java 1.4 are really apreaciated.

Thanks in advanced.

Share this post


Link to post
Share on other sites

????[/tab]The Java Development Kit aka JDK is a collection of library files & a java compiler that help you write your own java code and compile it to a portable format. Many different opensource softwares use these library files to perform various function - I guess this cocoon framework you're talking about also utilizes this.

 

[tab]But you needn't worry even if you've no knowledge of Java. All you need to do is download this JDK and install. You can get it here: http://www.oracle.com/technetwork/java/index.html - there are three downloads on this page, out of which you should select either of the first two. The first one contains a bonus Development Environment called NetBeans with which you can edit/compile your java code. For you I think the second package would be more suitable.. It's a windows based installer - so simply download and install. You needn't do anything more. As long as the installation goes properly, you cocoon framework will locate the java installation all by itself and get working...

 

All the best :)

 

P.S. The page I've pointed you to contains download links for Java 2 Development Kit version 1.5 and not JDK1.4 - but that shouldn't be a problem for you. These classes are backward compatible and won't present any problem for you.

Share this post


Link to post
Share on other sites

Java Development Kit or JDK is the compiler, runtime and related files required to compile and run Java programs.

 

You can download it from Sun's website

 

http://www.oracle.com/technetwork/java/archive-139210.html


 

Download J2SE v 1.4.2_08 SDK. Later version 1.5 is also available but this should suffice.

 

Read the installation instructions available along with the download on the same page.

It is an installation file, just execute it and install it. The directory that you install would be called the Java Home.

 

Post back in case of any queries.

 

Cheers.

Share this post


Link to post
Share on other sites

First of all thanks for your quickly answers guys!I have tried to install JDK in my computer but i have some doubts. I am using linux and what you download is a .bin file. I suppose i have to burn an CD with this image but i need also a .cue file. Right?. I read in internet that i can create an cue file easily in the next way: Create a file with extension cue with the next content:FILE bin_file_name BINARYTRACK 1 MODE1/2352INDEX 1 00:00:00I tried that i burn the file but not success. :-)Any helpful idea?

Share this post


Link to post
Share on other sites

What version of Linux do you have - it seems as if Linux 7.1 is most optimal for use with j2se 1.4.2 - there are a number of (minor) bugs which may occur when running j2se with earlier versions of Linux, so if you could upgrade to this version this may help. Again, the download for j2se1.4.2 is at:

http://www.oracle.com/technetwork/java/archive-139210.html


 

Although you do download a .bin file, this should be able to be extracted and installed without any additional files; there are some pretty good instructions on this page for installing and configuring the j2se1.4 (.bin file) on Linux:

http://www.oracle.com/technetwork/java/index.html

 

I hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.