This bug originated, AFAIK, because MS doesn't ship with TCP/IP installed as
a network protocol on any of its OSs; Linux shouldn't have that problem,
AFAIK. If you can "ping localhost" or "ping " from the local
prompt, you've got TCP/IP installed.
The "error setting options" of the java.net.Socke
Just a note that these two options peeve me off, particularly under 1.2
beta, where the default is set pretty low.
Virtual memory was invented so we don't have to worry about this sort
of thing. My Swing applications just about all need a memory setting
and some of my other number cruncher app
Hi
I changed my X11 colour depth to 32bit and now swing doesn't run. I get
the following error message.
Couldn't use the cross-platform look and feel:
java.lang.IllegalArgumentException: Raster ShortInterleavedRaster: width
= 64 height = 64 #numDataElements 1 is incompatible with ColorModel
Di
Hello,
I have installed jdk-1.1.7_v1a glibc on a RedHat 5.2 Linux i386 , with 2.2.10 kernel
(rpm installation).
When trying to run javac, I get the following message :
"unable to initialize threads: cannot find class java/lang/Thread".
The classes.zip file is installed in the lib directory
First off, you have to be running a JIT compiler of some sort -- the
standard release of JDK 1.1.7 for Linux does not include a JIT.
There are several available (such as ShuJIT and TYA).
Amlan Saha <[EMAIL PROTECTED]> writes:
> Hi people
>
> I tried the Java benchmark "Caffeine Mark 3.0" on b
Check your Network Status.
"If you are running on a computer that was not connected to a network, there
is a particularly annoying bug (feature?) of RMI under Windows for which you
must compensate or you will get an ActivationException "
-Original Message-
From: Nagaraj S.B <[EMAIL PRO
Hi,
Following is the procedure followed by me for starting Jini Lookup
service.
#java -jar /home/jeocs/jini1_0/lib/tools.jar -port 8080
#rmid
#java -jar
-Djava.security.policy=/home/jeocs/jini1_0/example/lookup/policy.all
/home/jeocs/jini1_0/lib/reggie.jar http://BSLHOST:8080\reggie-dl.jar
/home/j
Hi,
I need to make the browser go to another URL from the applet being viewed,
so I use the showDocument method.
But the URL I want to visit is a CGI script using the POST method.
As I want to pass parameters to that script, I need an output stream to
the URL connection.
So I use URLconnection