Re: Problems installing Java plugin - sharkive broken?

2000-03-24 Thread Karl Asha
Seems a lot of people have managed to download the plugin in ascii mode. It needs to be explicitly downloaded in binary mode. The version at ftp.tux.org is correct. That site is actually the central mirror repository. Cheers, Karl Rachel Greenham writes: > Tom Williams wrote: > > > > I ha

Re: Classpath

2000-03-24 Thread Dimitrios Vyzovitis
Man Chi Ly wrote: chances are a Linux newbie is using bash (default on GNU/Linux) :) The short answer is CLASSPATH is pretty much deprecated in JDK 1.2 (the JDK README briefly discusses this). And I'm pretty sure a more lengthy discussion can be found on java.sun.com. This question is a FAQ, and

Re: EJBs on Linux

2000-03-24 Thread Man Chi Ly
On Fri, 24 Mar 2000, Lorin Kobashigawa wrote: > Is it possible to use EJBs under linux? Sun's documentation makes it seem > like they require J2EE, but i've seen some references to open-source EJB > containers that run on Linux. > > -Lkb > Lorin, I'm starting to look into EJBs myself (and wa

EJBs on Linux

2000-03-24 Thread Lorin Kobashigawa
Is it possible to use EJBs under linux? Sun's documentation makes it seem like they require J2EE, but i've seen some references to open-source EJB containers that run on Linux. -Lkb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Classpath

2000-03-24 Thread Man Chi Ly
On Fri, 24 Mar 2000, Jacob Nikom wrote: > With latest JDK1.2.2 I don't think you need CLASSPATH on Linux. > If you want you can set it to JAVA_HOME/bin > setenv CLASSPATH .:JAVA_HOME/bin > > Don't forget to set > setenv LD_LIBRARY_PATH .:/local/lib:/usr/lib:/usr/lib/X11:/usr/local/lib > chanc

Re: Classpath

2000-03-24 Thread Jacob Nikom
With latest JDK1.2.2 I don't think you need CLASSPATH on Linux. If you want you can set it to JAVA_HOME/bin setenv CLASSPATH .:JAVA_HOME/bin Don't forget to set setenv LD_LIBRARY_PATH .:/local/lib:/usr/lib:/usr/lib/X11:/usr/local/lib Don't forget to set your PATH! Jacob Nikom Ben Pharr wrote

Re: Classpath

2000-03-24 Thread Syam_Kumar_Abburi
You set class path like any other environment variable. Just like path. You need to export the classpath after setting. Otherwise you can place it in a .profile file (.profile will initialize environment variables when you login in Unix. I do not know whether similar concept is there in Linux).

Servlet libraries

2000-03-24 Thread Alan Westhagen
Trying to compile the example on p.714 of Nathan Meyers' book, I get errors in lines 1 and 2 import javax.servlet.*; import javax.servlet.http.*; The error message for line 1 is: SimpleServlet.java:1: Package javax.servlet not found in import. Since other correct java programs comp

Classpath

2000-03-24 Thread Ben Pharr
Where and how should I set my classpath in Linux? I have it working fine Windows, but I can't import any classes or packages in Linux. Please help!! Ben -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: Servlet libraries

2000-03-24 Thread John Rousseau
On Friday Mar 24, 2000, Alan Westhagen wrote: > SimpleServlet.java:1: Package javax.servlet not found in import. You need to get servlet.jar to do servlet work. It doesn't come with the J2SE. Look under... http://java.sun.com/products/servlet/index.html -John

Re: Problems installing Java plugin - sharkive broken?

2000-03-24 Thread Rachel Greenham
Tom Williams wrote: > > I had this same problem and it was caused by the format of the file I > downloaded from the Blackdown site. I downloaded the same file from a > mirror site and the problem went away. Hmm. I did download from a mirror... this one: ftp://ftp.tux.org/pub/java/ I think I'l

JVM related ?

2000-03-24 Thread Ganesh Sivaraman
Hello, I am looking for some book/link or anything which could answer the following basic Q's. 1. How JVM works? 2. Which are the most important and fundamentals components in any JVM? 3. And so on.. Basically I need to give a report on the capabilites of Sun's JVM and another vendors implement

Problem with jar execution after installation

2000-03-24 Thread Joe Johnson
Hello, I get the following eror when I try to jar up a set of files I just javac'ed: java.lang.NoClassDefFoundError: sun/tools/jar/Main at java.lang.Throwable.(Throwable.java:40) at java.lang.Error.(Error.java:21) at java.lang.LinkageError.(LinkageError.java:21) a

Re: Problems installing Java plugin - sharkive broken?

2000-03-24 Thread Tom Williams
I had this same problem and it was caused by the format of the file I downloaded from the Blackdown site. I downloaded the same file from a mirror site and the problem went away. Peace. Tom Rachel Greenham <[EMAIL PROTECTED]> on 03/24/2000 06:07:20 AM To: [EMAIL PROTECTED] cc:(bc

Problems installing Java plugin - sharkive broken?

2000-03-24 Thread Rachel Greenham
I can't seem to install the Java plugin on SuSE 6.3. If I run the Sharkive, ie: sh JavaPlugIn_1.2.2.px.sh It shows me the license message in more, but when I leave that, I just get the following errors: : command not found.sh: : command not found.sh: : command not found.sh: ': not a valid iden

Tritonus 0.1.91

2000-03-24 Thread Matthias Pfisterer
Hi, Tritonus is an implementation of the Java Sound API for Linux. New features of version 0.1.91: - MIDI out is working!! (exception: sysex events) - major improvements in handling of 8-bit sound data You can download Tritonus from http://download.sourceforge.net/tritonus/ Additional informati