> 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
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
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
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
> 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
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
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
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
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:
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
Hi,
Can anyone tell me does Java applications has to have .class
in order for it be to executed in Linux?
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]
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
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
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
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
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
>
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
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.
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
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
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
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
23 matches
Mail list logo