From tpaulic@hotmail.com Sat Apr 11 02:55:26 1998 From: tpaulic@hotmail.com To: users@lists.opensuse.org Subject: [S.u.S.E. Linux] java apps Date: Fri, 10 Apr 1998 19:55:26 -0700 Message-ID: <19980411025526.19308.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5054677269466978823==" --===============5054677269466978823== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Is it possible to run any java apps on my linux box? At www.jars.com=20 there is a huge list of java applications. If it is possible, how do I=20 go about getting them to run.=20 <> ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com> -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============5054677269466978823==-- From weissel@jupiter.ph-cip.uni-koeln.de Sun Apr 12 14:27:52 1998 From: weissel@jupiter.ph-cip.uni-koeln.de To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] java apps Date: Sun, 12 Apr 1998 16:27:52 +0200 Message-ID: <19980412162751.11438@Tiger.uni-koeln.de> In-Reply-To: <19980411025526.19308.qmail@hotmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5047037571374758286==" --===============5047037571374758286== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Hi!

Trying to kill the keyboard, tpaulic@hotmail.com produced:
> 
> Is it possible to run any java apps on my linux box? At www.jars.com 

Yes. You have to compile the kernel with java support (compiled in or as a
module, I am not sure if the precompiled kernels have this feature, but they
well may) and (from the help of make menuconfig)

   If you want to use this, read /usr/src/linux/Documentation/java.txt and
   the Java on Linux HOWTO, available via ftp (user: anonymous) at
   sunsite.unc.edu:/pub/Linux/docs/HOWTO. You will then need to install the
   run time system contained in the Java Developers Kit (JDK) as described
   in the HOWTO.

-Wolfgang


-- 
PGP:"finger weissel@jupiter.ph-cip.uni-koeln.de";use a keyserver (3CCC0B59).
 Outlaw PGP, kidnappers might use it.  | SPAM, MLM, MMF, UCE, etc unwanted!!
Outlaw cars, kidnappers might use one. | The only way I'd deal with spammers
Outlaw kids, kidnappers might use them.| would break some huge cricket bats.
PGP signature

--===============5047037571374758286==-- From jacobw@louisville.edu Sun Apr 12 18:05:09 1998 From: jacobw@louisville.edu To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] java apps Date: Sun, 12 Apr 1998 14:05:09 -0400 Message-ID: <19980412140509.12578@homer.louisville.edu> In-Reply-To: <19980412162751.11438@Tiger.uni-koeln.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7185960831045210826==" --===============7185960831045210826== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > > Yes. You have to compile the kernel with java support (compiled in or as a > module, I am not sure if the precompiled kernels have this feature, but they > well may) and (from the help of make menuconfig) Actually, its not even that hard. SuSE ships with the JDK, thats all you need to run java apps. You only have to recompile the kernel if you want .class files to be recognized as executable binaries, so you can type ./MyJavaProg rather than typing java MyJavaProg. Either way you go, you still have to have the JDK, or at least a Java Runtime Environment. jrw -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============7185960831045210826==-- From adavis@hayson.vmarketing.com Mon Apr 13 04:59:35 1998 From: adavis@hayson.vmarketing.com To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] java apps Date: Mon, 13 Apr 1998 00:59:35 -0400 Message-ID: <19980413005935.35162@Hayson.vmarketing.com> In-Reply-To: <19980412140509.12578@homer.louisville.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3542797901024314891==" --===============3542797901024314891== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sun, Apr 12, 1998 at 02:05:09PM -0400, Jacob Robert Wilkins wrote: > > Yes. You have to compile the kernel with java support (compiled in or as a > > module, I am not sure if the precompiled kernels have this feature, but t= hey > > well may) and (from the help of make menuconfig) >=20 > Actually, its not even that hard. SuSE ships with the JDK, thats all you > need to run java apps.=20 >=20 > You only have to recompile the kernel if you want .class files to be > recognized as executable binaries, so you can type ./MyJavaProg rather > than typing java MyJavaProg.=20 >=20 > Either way you go, you still have to have the JDK, or at least a Java > Runtime Environment. Because I have upgraded my system by hand so much I cannot remember if I=20 added the JDK. What are the key componets of the JDK so that I can "locate" them? If I cannot find them then you do not need the JDK to run Java bins; but you do need to have the feature on in the kernel. =20 --=20 Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============3542797901024314891==-- From andyford@fastrans.net Mon Apr 13 19:44:59 1998 From: andyford@fastrans.net To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] java apps Date: Mon, 13 Apr 1998 14:44:59 -0500 Message-ID: <35326B3B.299A0443@fastrans.net> In-Reply-To: <19980413005935.35162@Hayson.vmarketing.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5419415367146719391==" --===============5419415367146719391== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Andrew L. Davis wrote: >=20 > On Sun, Apr 12, 1998 at 02:05:09PM -0400, Jacob Robert Wilkins wrote: > > > Yes. You have to compile the kernel with java support (compiled in or a= s a > > > module, I am not sure if the precompiled kernels have this feature, but= they > > > well may) and (from the help of make menuconfig) > > > > Actually, its not even that hard. SuSE ships with the JDK, thats all you > > need to run java apps. > > > > You only have to recompile the kernel if you want .class files to be > > recognized as executable binaries, so you can type ./MyJavaProg rather > > than typing java MyJavaProg. > > > > Either way you go, you still have to have the JDK, or at least a Java > > Runtime Environment. >=20 > Because I have upgraded my system by hand so much I cannot remember if I > added the JDK. What are the key componets of the JDK so that I can "locate" > them? If I cannot find them then you do not need the JDK to run Java bins; > but you do need to have the feature on in the kernel. >=20 > -- > Andrew L. Davis Network Operations > adavis@vprlnk.net ViperLink International > -- > To get out of this list, please send email to majordomo@suse.com with > this text in its body: unsubscribe suse-linux-e try this: andy@ford:/home/andy > which javac /usr/lib/java/bin/javac andy@ford:/home/andy > which java /usr/lib/java/bin/java andy@ford:/home/andy >=20 i believe that if you have the JRE instead of the full JDK you will have java but not javac (the compiler). for more info try:=20 locate java --=20 yours, Andy -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============5419415367146719391==--