PDA

View Full Version : java j2sdk?



lmellen
April 16th, 2005, 02:24 PM
If you want the java j2sdk, do you have to go to sun and download it??
I wanted to use apt-get, but it doesn't look like it's in the database??
Larry :smile:

p!=f
April 16th, 2005, 02:41 PM
You may ask backports developers for adding it to the repository.
There's a quick guide if you want to create a Debian package by your own:
http://ubuntuforums.org/showpost.php?p=85019&postcount=4

i-tech
May 10th, 2005, 02:42 AM
Try out these in your source.list

deb http://debian.innovationsw.com/debian unstable/i386/
deb http://debian.innovationsw.com/debian unstable/all/ it will work,enjoy!

defkewl
May 10th, 2005, 02:45 AM
I think using the ones from sun is a good choice.

i-tech
May 10th, 2005, 02:46 AM
the ones i said are sun's by the way .. :)

moser
May 10th, 2005, 12:22 PM
the ones i said are sun's by the way .. :)
How to install j2ee?

i-tech
May 10th, 2005, 05:48 PM
Dont have any idea about Enterprise Edition. sorry :|

vague-
May 10th, 2005, 07:46 PM
How to install j2ee?

I just unzipped J2EE (1.3.1) into /opt. Then I added the J2EE_HOME environmental variable into my /etc/bash.env - it all works fine. You might also wish to add $J2EE_HOME/bin to your PATH. There is nothing complicated in the installation of J2EE...unless I did it wrong, but it works fine for me...

EDIT: Forgot to mention, I also have $J2EE_HOME/lib/j2ee.jar in my classpath. I am not sure if I found this necessary, or if I just did it during the setup for fun.