Re: Problem installing JDK

1998-10-05 Thread Brad Pepers
> Bordelon wrote: > > I am fairly new to the Unix (esp. Linux) world. I am trying to set up > a small Linux server for my client in an effort to demonstrate its > capabilities as a web server. Unfortunately, I am having troubles > installing the JDK. It is probably an error between the chair a

ask for help

1998-10-05 Thread Jie Yu
Hi, there, I have a problem with the java.awt.TextArea. It seems that I can't setText or append on a TextArea. Evening using something like this: TextArea textarea = new TextArea("hello", 20, 30); hello will not be displayed on the TextArea. It is highly appreciated if anyone can help me with

**CRITICAL MESSAGE**

1998-10-05 Thread Trans World International
If you want tens of thousands of hits to your site,WITHOUT advertising, I can show you how to do it,IN 30 SECONDS! Click below for that information:   http://www.clueclub.com/hits

Re: Java-Linux networking problem < Connection refused > SOLVED!

1998-10-05 Thread Glenn Valenta
Thanks to all who helped. As much as I thought I had both client and server on the same port, I didn't. My code said I did, but what I compiled and posted on the webpage didn't. Using telnet and netstat gave me my first clue. Thanks all! Michael Sinz wrote: > > On Mon, 05 Oct 1998 06:21:19

Re: Write Once Run Anywhere? - MYSTERY SOLVED

1998-10-05 Thread mlorton
> It turns out that the wildcard expansion under Win95 does not include filenames > containing '$'. Thus, if you say, "jar cvf fubar.jar *.class", you won't get > any of your anonymous classes. In general, do not attempt to use wildcard expansion under DOS. Different *programs* expand

Re: Problem installing JDK

1998-10-05 Thread Java News Collector
It sounds to me like you FTP'd the file in ASCII mode rather than IMAGE (binary) mode! You have a corrupted tar file. At 08:46 AM 10/5/98 -0500, Bordelon wrote: >I am fairly new to the Unix (esp. Linux) world. I am trying to set up a small Linux server for my client in an effort to demonstrate

Problem installing JDK

1998-10-05 Thread Bordelon
I am fairly new to the Unix (esp. Linux) world.  I am trying to set up a small Linux server for my client in an effort to demonstrate its capabilities as a web server.  Unfortunately, I am having troubles installing the JDK.  It is probably an error between the chair and desk, but if anyone

Re: Does Java apps has to have .class extension?

1998-10-05 Thread Java News Collector
At 08:19 PM 10/5/98 -0400, Danny Lu wrote: >But when I try to run a example program I wrote.. and I change >the extension.. I got an error stating "Can't find class Example" > >okay at first I tried to compile my example program: > javac Example.java > >and I got Example.class... now I chang

Re: Does Java apps has to have .class extension?

1998-10-05 Thread Danny Lu
But when I try to run a example program I wrote.. and I change the extension.. I got an error stating "Can't find class Example" okay at first I tried to compile my example program: javac Example.java and I got Example.class... now I change the name of the Example.class to Example:

Re: Does Java apps has to have .class extension?

1998-10-05 Thread Michael Sinz
On Mon, 5 Oct 1998 19:16:27 -0400 (EDT), Danny Lu wrote: >Hi, > Can anyone tell me does Java applications has to have .class >in order for it be to executed in Linux? ??? Java does not directly need .class to run. In fact, to use the java binary support in the Linux kernal, you may want

Does Java apps has to have .class extension?

1998-10-05 Thread Danny Lu
Hi, Can anyone tell me does Java applications has to have .class in order for it be to executed in Linux? Dan

Re: jre failed

1998-10-05 Thread dan
When using the '-cp' flag in jdk1.1.x, the classpath specified at runtime *replaces* the classpath specified in your environment. Make sure that you also specify the location of 'classes.zip' and 'swingall.jar' (if you are using swing, that is) in addition to 'testq.jar'. -dan [EMAIL PROTECTED]

Re: Kaffe

1998-10-05 Thread dan
Yes, I agree completely. Additionally, Jikes also requires a more strict adherence to the Java standard than javac. The error messages are much more verbose and precise, as well, making debugging much easier. Finally, it has a command-line that allows you to output gcc-like error messages, allo

Re: Write Once Run Anywhere? - MYSTERY SOLVED

1998-10-05 Thread dan
Steve Cohen wrote: > > MYSTERY SOLVED! > Jar behaves rather oddly under Win95 and this caused me to become confused. > When I unjarred the file under Win95, I looked in the Windows Explorer for > the products. I immediately noticed under the directory where I did the > unjarring, a new path mirr

Re: Write Once Run Anywhere?

1998-10-05 Thread dan
Just a few points, but no real solution, I'm afraid. Steve Cohen wrote: > > 2) Many wrote about the difficulties with copying files between the two > systems. This is not relevant either, since the files actually copied are jar > files containing the class files. This should be equivalent to z

Re: Netscape 4.05 support Java 1.1??

1998-10-05 Thread Dan Kegel
Chi-Ming Yang wrote: > Is there a RPM for the latest Netscape? (4.06?) The latest is 4.07, I think. You're better off downloading it from Netscape directly; it's pretty easy to install even without the RPM. Just install it to /usr/local/nn4.07/ so you can uninstall it easily... > Why did Red Ha

Re: Java-Linux networking problem < Connection refused >

1998-10-05 Thread Michael Sinz
On Mon, 05 Oct 1998 06:21:19 +, Glenn Valenta wrote: >I'm new to Java and also not too experienced in Linux so forgive me >if this is a simple question, but I couldn't find it in the FAQs. > >When I try to open a network socket, I get... > > java.net.ConnectException: Connection refused >

Re: Dynamic modification of CLASSPATH

1998-10-05 Thread peter . pilgrim
So I am afraid you must become one with "ClassLoader" (and maybe also the "SecurityManager") class somewhere a long the line(!). __ Reply Separator _ Subject: Re: Dynamic modification of CLASSPATH Author: Michael.Sinz ([EMAI

Re: Netscape 4.05 support Java 1.1??

1998-10-05 Thread Java News Collector
At 04:58 AM 10/5/98 -, Chi-Ming Yang wrote: >Thanks Juergen, Mario, Dan, Dimitrios, and John. >Is there a RPM for the latest Netscape? (4.06?) >Why did Red Hat 5.1 give me an old Netscape? >It seems that Netscape is not taking Java seriously. Too bad. Netscape is taking Java very seriously.

Re: jdk 1.1.6

1998-10-05 Thread Christoph Nadig
Uncle George wrote: > it really hasn't been about the versions of the 21x64x processors, but rather > of HTML space on my ISP. ( now its also about bandwidth @ 250 mb/month xfer ) . > It just takes me about 36 min to do a complete compile ( .c & .java ), less if > i just redo the .o's. > such is

Java-Linux networking problem < Connection refused >

1998-10-05 Thread Glenn Valenta
I'm new to Java and also not too experienced in Linux so forgive me if this is a simple question, but I couldn't find it in the FAQs. When I try to open a network socket, I get... java.net.ConnectException: Connection refused at this line... socket = new Socket("localhost", 8205); I

Re: Trouble JDK 1.1.6 + HOTJAVA

1998-10-05 Thread Steve Byrne
Michael Sinz writes: > On Fri, 02 Oct 1998 18:16:59 +0400, Alexander Davydenko wrote: > > >> > > * You DO NOT need to set JAVA_HOME. Doing so can be bad for your health > >> > >> What makes you think HotJava needs JAVA_HOME? Look at the launching script. I > >> think you need to set JDK

Re: Netscape 4.05 support Java 1.1??

1998-10-05 Thread Chi-Ming Yang
Thanks Juergen, Mario, Dan, Dimitrios, and John. Is there a RPM for the latest Netscape? (4.06?) Why did Red Hat 5.1 give me an old Netscape? It seems that Netscape is not taking Java seriously. Too bad. On 2 Oct 1998, Chi-Ming Yang wrote: > > > Hi there, > > I got netscape 4.05 that came