RE: [newbie] JDK

2002-07-10 Thread Mark Stewart
Title: RE: [newbie] JDK



Hi 
Aaron,

J2EE is not a 
complete runtimethe way the J2SE or even J2ME are. It is a set of 
additional libraries that assume an installedJDK (provided by 
J2SE).

I don't see any 
Linux files that have a .z extension. The only .z files are for Solaris which 
may still not support gnuzip out-of-the-box. You might have a somewhat older 
version but gnuzip should be able to handle Solaris compress format (.z) just 
fine. You get errors if you run'tar xvfz the tar.z file? The 
z option invokes gunzip as part of the untarring operation.

The download 
pages for 1.3.1_04 and 1.4.0_01offer a "RedHat" rpm.bin file. I've used 
the rpm with Mandrakein previous versions without trouble. You just make 
sure the file is executable (chmod +x the rpm.bin file) and run 
it. It puts up the license agreement stuff and leaves a .rpm file in the 
same directory when its done. Become root and install the rpm (rpm -ivh the 
.rpm file). This is probably the simplest way to install. They also have a 
self-installing shell script version where you just have to execute the file you 
download. Haven't tried that one but it should be fine.

Hope this 
helps,
::mark



  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
  Behalf Of Myers, Dennis R NWOSent: Wednesday, July 10, 2002 
  9:23 AMTo: '[EMAIL PROTECTED]'Subject: RE: 
  [newbie] JDK
  -Original Message- From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
  Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 11:41 PM To: 
  [EMAIL PROTECTED] Subject: [newbie] JDK 
  
  Hello All! 
  I'm a Java developer that's recently migrated to Linux from 
  Windows, but I'm not making too much progress in some areas.
  I'm trying to install J2EE and seem to be hittin' brick walls. 
  I've downloaded various files from Sun, but cannot seem to open those that 
  have a '.z' extension, and I'm not finding a way to "untar" them via a 
  terminal. It seems that I have to install the standard developer's kit before 
  I can install the enterprise edition. Am I mistaken? If so that would make 
  things much, much easier. Also, any advise on setting up the shell 
  scripts?
  Any input would be wonderful! 
  Cheers! 
  Aaron 
  __ 
  Your favorite stores, helpful shopping tools and great gift 
  ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
  Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ 
  
  Aaron, the files that have the .z extension, are they actually 
  .gz? If so you untar them with: tar -xvzf file.name.gz and then you will have 
  the make and make install commands to get them compiled. More help on the list 
  if needed. HTH
  Dennis M. 


RE: [newbie] JDK

2002-07-10 Thread Anand Kumar Kalyanasundaram

Hi Aaron,
I downloaded j2ee for linux and I got a .tar.gz file. To
untar this archive you could use tar zxvf file.
As Mark said, you need to have jsdk installed before you can
run j2ee. You can setup your jsdk and j2ee directories
anywhere, just make shure that you set the two (or three
variables to be exact) to the right directories. On my
system, I have the following variables set in the .bashrc
file.

#for java1.3
export JAVA_HOME=/usr/java/jdk1.3.1_03
export PATH=$JAVA_HOME/bin:$PATH

#for j2ee
export J2EE_HOME=$HOME/java/j2sdkee1.3.1
export PATH=$J2EE_HOME/bin:$PATH

This should get your j2ee working. You should be able to
start your j2ee now by typing j2ee -verbose.

Anand

 On Wed, 10 Jul 2002, Mark Stewart wrote:

 RE: [newbie] JDKHi Aaron,

 J2EE is not a complete runtime the way the J2SE or even J2ME are. It is a
 set of additional libraries that assume an installed JDK (provided by J2SE).

 I don't see any Linux files that have a .z extension. The only .z files are
 for Solaris which may still not support gnuzip out-of-the-box. You might
 have a somewhat older version but gnuzip should be able to handle Solaris
 compress format (.z) just fine. You get errors if you run 'tar xvfz the
 tar.z file?  The z option invokes gunzip as part of the untarring
 operation.

 The download pages for 1.3.1_04 and 1.4.0_01 offer a RedHat rpm.bin file.
 I've used the rpm with Mandrake in previous versions without trouble. You
 just make sure the file is executable (chmod +x the rpm.bin file) and run
 it.  It puts up the license agreement stuff and leaves a .rpm file in the
 same directory when its done. Become root and install the rpm (rpm -ivh the
 .rpm file). This is probably the simplest way to install. They also have a
 self-installing shell script version where you just have to execute the file
 you download. Haven't tried that one but it should be fine.

 Hope this helps,
 ::mark


   -Original Message-
   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Myers, Dennis R NWO
   Sent: Wednesday, July 10, 2002 9:23 AM
   To: '[EMAIL PROTECTED]'
   Subject: RE: [newbie] JDK





   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of
   [EMAIL PROTECTED]
   Sent: Tuesday, July 09, 2002 11:41 PM
   To: [EMAIL PROTECTED]
   Subject: [newbie] JDK



   Hello All!

   I'm a Java developer that's recently migrated to Linux from Windows, but
 I'm not making too much progress in some areas.

   I'm trying to install J2EE and seem to be hittin' brick walls. I've
 downloaded various files from Sun, but cannot seem to open those that have a
 '.z' extension, and I'm not finding a way to untar them via a terminal. It
 seems that I have to install the standard developer's kit before I can
 install the enterprise edition. Am I mistaken? If so that would make things
 much, much easier. Also, any advise on setting up the shell scripts?

   Any input would be wonderful!

   Cheers!

   Aaron



   __
   Your favorite stores, helpful shopping tools and great gift ideas.
 Experience the convenience of buying online with Shop@Netscape!
 http://shopnow.netscape.com/

   Get your own FREE, personal Netscape Mail account today at
 http://webmail.netscape.com/

   Aaron, the files that have the .z extension, are they actually .gz? If so
 you untar them with: tar -xvzf file.name.gz and then you will have the make
 and make install commands to get them compiled. More help on the list if
 needed. HTH

   Dennis M.






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] JDK RPM

2000-11-09 Thread Charles A Edwards

You can get the RPM from either Sun or IBM. You can also get JDK from
Blackdown but theirs is a bzip file.

   Charles


- Original Message -
From: "Cal Shepherd" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 6:06 PM
Subject: [newbie] JDK RPM


 Hi... Can anyone tell me if there is a Java Developement Kit RPM for
Mandrake
 7.2

 Thanks








Re: [newbie] JDK for Mandrake?

1999-12-02 Thread yacketta



From: Ronald A. Yacketta

check www.freshmeat.net
I think there is a site named www.blackdown.com or something similar, just
do a search on freshmeat.net
I nabed the jdk1.2 (port of the sun java 2.0)





Mark Wagnon [EMAIL PROTECTED] on 12/01/99 11:54:37 PM

Please respond to [EMAIL PROTECTED]

To:   "[EMAIL PROTECTED]" [EMAIL PROTECTED]
cc:(bcc: Ronald A. Yacketta/958157/EKC)
Subject:  [newbie] JDK for Mandrake?




Hi all,

I bought a java book today because I wanted to play around with it.
I can't seem to find any java stuff (rpm-based). I noticed that the
Powerpack edition has a CD-ROM with some java stuff on it. Are those
rpms available anywhere, or are the for paying customers?

Any other pointers welcome and thanks in advance...
--
 
 ) Mark Wagnon  ) [EMAIL PROTECTED]  )
(  Chula Vista, CA (  [EMAIL PROTECTED] (
 









Re: [newbie] jdk

1999-08-12 Thread Thomas J. Hamman

On 12-Aug-99 alann wrote:
 Bernhard Rosenkraenzer wrote:
 
 On Wed, 11 Aug 1999, Bert Bullough wrote:
 
  has anyone had any luck installing the jdk package from miribalis that
  is required to run java icq? documentation is pretty scarce and i'm not
  really sure what some of the environmental variables are for.
 
 ICQ4Java sucks... Try using licq. It's contained in cooker if you don't
 want to compile it yourself.
 
 
 OK, I'll bite.. I've seen cookers before.
 
 Can you ( or anyone ) explain what a cooker is?
 
 learning_mode_on_now
 
 Alan

Cooker is just the name for the version of Linux Mandrake that's currently in
development.  Take a look at http://www.linux-mandrake.com/cooker


-Tom



Re: [newbie] jdk

1999-08-12 Thread Thomas J. Hamman

Thanks, I'm well aware of where to get licq though (I've been using it for a
while), and any other downloadable Linux program; I was just confused since I
had twice seen Bero refer to licq being included in Cooker and as far as I could
tell it wasn't. :)  And I'm glad I asked now since apparently it hadn't been
uploaded properly.

On 12-Aug-99 Ty Mixon wrote:
 Www.linuxberg.com has it, and klicq if you use kde.
 
 -- 
 Ty Mixon
 e-mail: [EMAIL PROTECTED]
 ICQ:  26147713
 
 Original Message 
 
 On 8/11/99, 11:48:45 AM, "Thomas J. Hamman" [EMAIL PROTECTED] wrote 
 regarding Re: [newbie] jdk:
 
 
 On 11-Aug-99 Bernhard Rosenkraenzer wrote:
  On Wed, 11 Aug 1999, Bert Bullough wrote:
 
  has anyone had any luck installing the jdk package from miribalis 
 that
  is required to run java icq? documentation is pretty scarce and i'm 
 not
  really sure what some of the environmental variables are for.
 
  ICQ4Java sucks... Try using licq. It's contained in cooker if you 
 don't
  want to compile it yourself.
 
 I really hate having to ask this, but what package is licq in?  I'm 
 mirroring
 cooker and do not have any licq packages.  I've also checked the 
 Mandrake/RPMS
 and contrib/RPMS directories of two cooker mirror sites and neither 
 had a
 package with 'licq' anywhere in the name.
 
 
 -Tom



Re: [newbie] jdk

1999-08-11 Thread Lionel Siau

Hi Bert,

Yeah. I've done it before but reverted to back to my old one.

The java version lacks most of the features of even the previous generation
of ICQ. Not very good at all. I don't know abt the linux hacks like licq
and stuff(check freshmeat), but most of them suffer from this problem with
various degrees(eg no chat). If u really want to go ahead with the jdk,
fire your questions away.

Lionel

Bert Bullough wrote:

 has anyone had any luck installing the jdk package from miribalis that
 is required to run java icq? documentation is pretty scarce and i'm not
 really sure what some of the environmental variables are for.

--
iMac : Idiot Machine. (Health Warning : Suitable only for ages below 12)
iBook : currently open for entries




Re: [newbie] jdk

1999-08-11 Thread Thomas J. Hamman

On 11-Aug-99 Bernhard Rosenkraenzer wrote:
 On Wed, 11 Aug 1999, Bert Bullough wrote:
 
 has anyone had any luck installing the jdk package from miribalis that
 is required to run java icq? documentation is pretty scarce and i'm not
 really sure what some of the environmental variables are for.
 
 ICQ4Java sucks... Try using licq. It's contained in cooker if you don't
 want to compile it yourself.

I really hate having to ask this, but what package is licq in?  I'm mirroring
cooker and do not have any licq packages.  I've also checked the Mandrake/RPMS
and contrib/RPMS directories of two cooker mirror sites and neither had a
package with 'licq' anywhere in the name.


-Tom



Re: [newbie] jdk

1999-08-11 Thread Bert Bullough

cooker's the developer version of mandrake right?

Bernhard Rosenkraenzer wrote:

 On Wed, 11 Aug 1999, Bert Bullough wrote:

  has anyone had any luck installing the jdk package from miribalis that
  is required to run java icq? documentation is pretty scarce and i'm not
  really sure what some of the environmental variables are for.

 ICQ4Java sucks... Try using licq. It's contained in cooker if you don't
 want to compile it yourself.

 LLaP
 bero

 --
 Tired of waiting for Windows 2000?
 STOP WAITING! http://www.ms-windows-2000.com/



Re: [newbie] jdk

1999-08-11 Thread Bernhard Rosenkraenzer

On Wed, 11 Aug 1999, Thomas J. Hamman wrote:

 I really hate having to ask this, but what package is licq in?  I'm mirroring
 cooker and do not have any licq packages.

Argh... Just checked, it isn't there. I uploaded it quite a while ago;
guess the package was removed in a broken update or something.

I'll rebuild it and upload a new package.

LLaP
bero

-- 
Tired of waiting for Windows 2000?
STOP WAITING! http://www.ms-windows-2000.com/



Re: [newbie] jdk

1999-08-11 Thread Thomas J. Hamman


On 11-Aug-99 Bert Bullough wrote:
 cooker's the developer version of mandrake right?

Yes.  Look at http://www.linux-mandrake.com/cooker for info and a list of
mirrors.


-Tom



Re: [newbie] jdk

1999-08-11 Thread Bernhard Rosenkraenzer

On Wed, 11 Aug 1999, Bert Bullough wrote:

 cooker's the developer version of mandrake right?

Yes.

LLaP
bero

-- 
Tired of waiting for Windows 2000?
STOP WAITING! http://www.ms-windows-2000.com/



RE: [newbie] jdk

1999-08-11 Thread Mike

Just goto www.licq.com :)

Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bernhard
Rosenkraenzer
Sent: Wednesday, August 11, 1999 12:17 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] jdk


On Wed, 11 Aug 1999, Thomas J. Hamman wrote:

 I really hate having to ask this, but what package is licq in?  I'm
mirroring
 cooker and do not have any licq packages.

Argh... Just checked, it isn't there. I uploaded it quite a while ago;
guess the package was removed in a broken update or something.

I'll rebuild it and upload a new package.

LLaP
bero

--
Tired of waiting for Windows 2000?
STOP WAITING! http://www.ms-windows-2000.com/



Re: [newbie] jdk

1999-08-11 Thread alann

Bernhard Rosenkraenzer wrote:
 
 On Wed, 11 Aug 1999, Bert Bullough wrote:
 
  has anyone had any luck installing the jdk package from miribalis that
  is required to run java icq? documentation is pretty scarce and i'm not
  really sure what some of the environmental variables are for.
 
 ICQ4Java sucks... Try using licq. It's contained in cooker if you don't
 want to compile it yourself.
 

OK, I'll bite.. I've seen cookers before.

Can you ( or anyone ) explain what a cooker is?

learning_mode_on_now

Alan

===
[EMAIL PROTECTED]  ( [EMAIL PROTECTED] )
Coming to you with Linux-Mandrake 6.0