How to measure efficiency?

1999-05-11 Thread Willi Richert
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

1.1.7 bug?

1999-05-11 Thread Jeremiah Jahn
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?

RE: JDK 1.1.7v2 Anywhere?

1999-05-11 Thread Aravind Selvaraje
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? > >

RE: JDK 1.1.7v2 Anywhere?

1999-05-11 Thread Andrew
> 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

RE: Access Violation

1999-05-11 Thread Mike Petersen
---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:\

Re: JDK1.2 and Swing

1999-05-11 Thread David Thompson
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

RE: JDK 1.1.7v2 Anywhere?

1999-05-11 Thread Aravind Selvaraje
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

JDK 1.1.7v2 Anywhere?

1999-05-11 Thread Sterling Moses
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] ---

Re: JDK 1.1.7v2 Anywhere?

1999-05-11 Thread Michael Sinz
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

A question with JDK 1.2...

1999-05-11 Thread Chen Xuan
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 --

Re: javax.swing not found

1999-05-11 Thread Jeff Galyan
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

...

1999-05-11 Thread Riyad Kalla
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

Re: JDK1.2 and Swing

1999-05-11 Thread Armen Yampolsky
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

Re: two-tier threading for Java-linux?

1999-05-11 Thread Godmar Back
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

JDK1.2 and Swing

1999-05-11 Thread Armen Yampolsky
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

Re: javax.swing not found

1999-05-11 Thread pridemor
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

two-tier threading for Java-linux?

1999-05-11 Thread Michael Thome
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

Re: AW: java and multithreading

1999-05-11 Thread nmeyers
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

javax.swing not found

1999-05-11 Thread javier ganzarain
* [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

AW: java and multithreading

1999-05-11 Thread Nolte, Holger
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

Re: java and multithreading

1999-05-11 Thread Clayton Cottingham
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]

Re: java and multithreading

1999-05-11 Thread Michael Sinz
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

Re: java and multithreading

1999-05-11 Thread Carlos Cassino
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

Re: java and multithreading

1999-05-11 Thread Georg Acher
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

Re: java and multithreading

1999-05-11 Thread Michael Sinz
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

Re: java and multithreading

1999-05-11 Thread papiraki
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

Re: java and multithreading

1999-05-11 Thread dog
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

java and multithreading

1999-05-11 Thread Nolte, Holger
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:

Re: Ability to reload class files

1999-05-11 Thread Robb Shecter
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