I have written an ftp-client (connected to the ftp-server residing at
the same computer) which I tried to measure how fast it can handle I/O.
I used getCurrentTimeMillis() (or similar) which gave me for the same
config (retrieve 1meg, same file) sometimes values that differed by a
factor of 2.
Now
I've been haveing some probelms with the appletviewer and displaying
graphics/swing over a remote x session with 1.1.7v1. I've never actually gotten
it to work. The frame shows up, however it's blank, and remains so.
Does 1.1.7v3 or 1.2 take care of this?
It's just me? Have i missed something?
Hi,
I also had the same problem. It took me about 7 tries before I got it.
-- Aravind
> -Original Message-
> From: Andrew [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 12 May 1999 14:44
> To: Aravind Selvaraje
> Cc: Sterling Moses; Java-Linux List
> Subject: RE: JDK 1.1.7v2 Anywhere?
>
>
> http://www.wisp.net/~kreilede
>
I don't know about anybody else, but whenever i go to donwload it it seems
to crash ie. stop before all the file has been recieved ??
why ??? I've tried a number of times ?? Is it available on another site
perhaps ftp ..( i don't trust netscape for large files
---Reply to mail from Farhan Killedar about Access Violation
> The error message is:
>
> sj -g -classpath
> C:\VisualCafePDE\Programming\;C:\VISUALCAFEPDE\BIN\COMPONENTS\SYMBEANS.JAR;C
> :\VISUALCAFEPDE\JAVA\LIB\;C:\VISUALCAFEPDE\JAVA\LIB\SYMCLASS.ZIP;C:\VISUALCA
> FEPDE\JAVA\LIB\CLASSES.ZIP;C:\
Armen,
I had a similar problem. After handling all of the
"know bugs", Swing applications would fail but
awt was ok. It was suggested to me that the configuration
of my Xserver may be a problem. The suggestion was to
move to 16 bit color (not 24 or 32) on the XFree86. It was also
pointed out th
You will find it at
http://www.wisp.net/~kreilede
-- Aravind
> -Original Message-
> From: Sterling Moses [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 12 May 1999 08:26
> To: Java-Linux List
> Subject: JDK 1.1.7v2 Anywhere?
>
>
> I have checked the blackdown site and have not found a c
I have checked the blackdown site and have not found a copy of the JDK
1.1.7v2. Have I missed it? Does anyone know where this can be found.
I am trying to fix the error "undefined symbol: _dl_symbol_value"
Any help would be appreciated.
Sterling Moses
[EMAIL PROTECTED]
---
On Tue, 11 May 1999 17:26:07 -0500, Sterling Moses wrote:
>I have checked the blackdown site and have not found a copy of the JDK
>1.1.7v2. Have I missed it? Does anyone know where this can be found.
>
>I am trying to fix the error "undefined symbol: _dl_symbol_value"
>
>Any help would be appreci
Hi,
I have download the bz2 files for the JDK1.2. When I uncompressed them
using bunzip2, the jre file is ok, but the jdk failed. would you please
tell me where I could get the gzip version of these files? I need them
for an urgent experiement.
Thanks,
Chen, Xuan
--
javier ganzarain wrote:
>
> *
> Well, in my case I am also having a similar problem. I get the message
> java.lan.NoClassDefFoundError javax/swing/JApplet
>
> I am using Linux 6.0 with JDK1.2.1 (I am trying it as well at home with
> W95 and WNT). But in any case Swing does no
Now with the release of 1.1.7_v3 I was thinking of
reinstalling it with Swing 1.1.1x and was wondering what the
difference between that setup and jdk1.2prev1 would be. As
far as abilities to do certain things.
Thanks in advance.
--
(: Riyad Kalla :)
(:CS Major - U of A
Thanks to everyone for the tip -- indeed, it was a color depth problem. In fact,
I did have it at 16bpp in my XF86Config file, but when I changed it to 15 all the
exceptions went away!
On another note, I mucked around a bit with the fonts.properties -- basically
changing the zapf dingbats lines t
I think Phill Edwards <[EMAIL PROTECTED]> plans to rewrite
Linux's pthread package. You are right that the current state of linux-
threads is unacceptable for a Java run-time, as is evident in the
state of the 1.1.7native port.
Implementing a hybrid architecture that would map multiple user-lev
Hi --
I've noticed a very strange phenomenon: If I attempt to run a swing app
using JDK1.2, I always get the following exception:
Exception occurred during event dispatching:
java.lang.IllegalArgumentException: Raster ShortInterleavedRaster: width
= 198 height = 78 #numDataElements 1 is incompat
Netscape doesn't (yet) work with Java 2, aka JDK 1.2, but you
can view swing applets if you put the swing classes in Netscape's
classpath. I use a shell script to launch it, setting the CLASSPATH
appropriately, so that an environment variable I'm using won't
interfere.
For 1.2, you are stuck wit
Is anyone working on getting a two-tier threading architecture going
for java-linux? I haven't had much luck even in tracking down
existing c-level implementation libraries - perhaps someone else has?
I have some reservations about using the native threading
implementations of the blackdown po
Threads are independent streams of execution that run concurrently (or at least
with the appearance of concurrency), possibly on multiple CPUs. If you want to
coordinate activity between threads -- such as determining a sequence in which
output appears -- you have to use the tools available for th
*
[EMAIL PROTECTED] wrote:
>
> > At 03:12 a.m. 01/05/99 -0600, you wrote:
> > >Keep the javax.swing.* line, only remove javax.swing.preview.
> > >
> > >--Jeff
> >
> > Ok, thankyou, I understand, my problem is that I dont have the
> javax> package
> > How could I find it, I´m using L
hi,
i still have some more questions about threads and the differences between
linux-windows95.
In my application I got a similar behaviour between linuxwin95 if I set the
Priority = 1 on linux. On win95 it is 5. Is the behaviour of these values
somewhere defiened or does it depende on the virtual
there is also a good article on java multi threading n the java develpers
journal vol3 issue 1
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Tue, 11 May 1999 11:40:22 -0300 (EST), Carlos Cassino wrote:
>
>Hi.
>
>I'd like to comment a few points (please, correct me if I'm wrong):
>
>Michael:
>
>> Well, you are just assuming that threads of equal priority will switch
>> between each printout in your code.
>>
>> In fact, the Java spec
Hi.
I'd like to comment a few points (please, correct me if I'm wrong):
Papi:
>here is a little programm that works pretty well. Note that the
> sleep part is to allow other Threads to take over the cpu for a while.
> There are other ways to achieve this, but this one is, to my opinion
Hi,
<... prg deleted>
> This did not look like multithreading. It is the same if I use native
> threads and not green threads.
> Has anybody an idea how to write a real multithread programm under
> linux. I have to know it because we wrote a server and we want to run it
> under linux and not u
On Tue, 11 May 1999 15:38:40 +0200, Nolte, Holger wrote:
>Hi, I am new at this mailinglist so I am not sure if the following question
>is still discussed.
>I am a little bit astonished about the java multithreating under linux. For
>me it looks like that the multithreading with the semantic java
Well,
here is a little programm that works pretty well. Note that the
sleep part is to allow other Threads to take over the cpu for a while.
There are other ways to achieve this, but this one is, to my opinion, the
simplest one:
import java.awt.*;
public class test implements Runnable
H.Nolte wrt:
> I am a little bit astonished about the java multithreating under linux. For
> me it looks like that the multithreading with the semantic java is much
> better.
>
> ...
> I expected following output:
>
> one
> two
> three
> one
> two
> three
> ...
>
> or similar. Under win95 ever
Hi, I am new at this mailinglist so I am not sure if the following question
is still discussed.
I am a little bit astonished about the java multithreating under linux. For
me it looks like that the multithreading with the semantic java is much
better.
For example I tried the following programm:
Steve Byrne wrote:
> Apache's mod_jserv does this, and the code is small enough to be easily
> comprehensible.
>
I just recently looked over this code, and it is interesting, but I don't think
it quite does what's described:
As far as I understand it:
- They have a ClassLoader implementation t
29 matches
Mail list logo