Re: Blackdown JDK vs Sun/Inprise

1999-12-15 Thread Robb Shecter
Brian Pomerantz wrote: > It is a solution to the problem, though. The Sun JDK doesn't have > that problem with JBuilder. I also found it to be more responsive > running JBuilder than the Blackdown JDK is. Speaking of advantages to the Sun/Inprise JDK, anybody know about how it handles older or

Re: Sun and Inprise Java 2 announcement

1999-12-07 Thread Robb Shecter
Paolo Ciccone wrote: > ... this version > includes JPDA and several Swing bugs that we found ... Do you mean "bug fixes?" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

To use Sniff+... Re: Version for GlibC

1999-11-16 Thread Robb Shecter
Peter Pilgrim wrote: > > Could you print this glibc version info on the shrinked wrapped boxes > for SuSE 6.3 and for all forthcoming SuSEs. Hi - while on the topic of Suse, Java and glibc versions, [ob java+linux] I want to check out this "Java/Web" version of Sniff+, and have a Suse 6.0 syste

Re: Benchmark results for Linux JVMs (formatted for 70 columns)

1999-10-13 Thread Robb Shecter
Interesting comments. > >benchmark execution was repeated ten times. We discarded the maximum > >and minimum results, and averaged the remaining 8 execution times. > > very good methodology... sure wish more people would do that. Yes - it sounds like a nice mix between "median" and "mean". Me

Swing version w/ 1.2 pre-2?

1999-08-21 Thread Robb Shecter
Hi, I've been doing 1.1 programming with Swing 1.1.1 beta2, and now am upgrading to Swing 1.2. I've noticed, though, that some of Swing's newer features aren't there - so moving to 1.2 is actually a "downgrade" as far as Swing is concerned. The feature that I was using is the ability to use HTM

Re: Create an Image without using AWT

1999-08-19 Thread Robb Shecter
Nathan Meyers wrote: > > It's a "feature" of the AWT. This is really a "feature" of Java/X, or Java/Linux, isn't it? I don't think that this is a problem on NT. - Robb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

A suggestion and a glibc question.

1999-08-12 Thread Robb Shecter
Hi, Question: I've got Suse 6.0, and don't know how to figure out what glibc version I have, and thus what version to download. I tried doing a "locate glibc", and also "rpm -qa | grep glibc", and didn't find anything useful. So, I really have two questions: 1) How to find this out, and 2) Wha

Re: [Off-topic] Drag-n-drop applet?

1999-08-12 Thread Robb Shecter
Hi, IBM has a set of Java Beans that enable drag and drop for Java 1.1. I'm checking it out right now to see if it'll work in an applet: http://www.alphaworks.ibm.com/ab.nsf/jbName/E4F2891D1D606E208525674C00682447 - Robb

JNI/Linux pointers?

1999-07-15 Thread Robb Shecter
Hi, Does anybody have any pointers to using JNI on Linux? I'm starting a project where I'll be hacking pine to access a running Java process. Thanks! - Robb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "uns

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-09 Thread Robb Shecter
LAIKOK wrote: > > Is that So ? I guess you haven't Push the Swing API > its limit. Do you mean, maybe, pushing the Swing *implementation* to its limit? An API is a description of services offered by a package, not an actual package itself. FWIW, I think Sun's strategy is good. They're taking

An idea for Java / KDE or GNOME integration

1999-07-02 Thread Robb Shecter
Hi, I had this idea, and would like to get comments - if it's cool, or dumb - whatever: I want to have my Java programs better integrated or "aware" of my KDE desktop. And vice-versa. I don't need the equivalent of the Python-KDE binding: This package does two things: it gives access to deskto

Re: [off-topic] stop MS bashing please (was: Re: -Xrunhprof:cpu=times)

1999-06-14 Thread Robb Shecter
Charles Forsythe wrote: > > > If MS were so powerful > > and monopolistic they would have killed Linux somehow. > > How? It has no parent company to drive out of business... Yeah, I also found this claim to be suspicious. To say: L: Linux Exists Therefore: M: MS is not powerful and monopo

Re: [off-topic] stop MS bashing please (was: Re: -Xrunhprof:cpu=times)

1999-06-14 Thread Robb Shecter
Hi, I find this hard to understand. Louis-David Mitterrand wrote: > MS is dominant on the desktop and consumer OS for now simply because its > competition has been so lame and disorganized. Sure, I think that MS has some decent software. Encarta is great. BUT, you just can't ignore MS's pre

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

Re: Thin client Java apps

1999-05-10 Thread Robb Shecter
Hi, More details would be needed about your exact application / problem domain, but I've done exactly what you're describing, and here's one combination of pieces you can put together to do it: (In other words, there's MANY ways to make a multi application - here's one way I've seen it work.

Re: Sun Bashing 2

1999-04-30 Thread Robb Shecter
Hi, Interesting conversation. I vaguely disagree with your overall sentiment, but the following prodded me out of lurker state. :) Ken McNeil wrote: > > >Do you REALLY want to make Java into the horrible mess C++ is today? > > Okay, I will substantiate this... > > 1. In the spirit of Darwinis

Re: Anyone tried Teikade?

1999-04-30 Thread Robb Shecter
Hamdi Mohd Yusof wrote: > Hi, > > No, I have never heard of Teikade before. Can you give me the link? > Sure - http://www.pfu.co.jp/teikade/ I've played with it for about 1.5 hours altogether. It's apparently a 100% Java IDE, that's -very- closely modelled on the Smalltalk environment. It au

Anyone tried Teikade?

1999-04-29 Thread Robb Shecter
Hi, I just downloaded Teikade (The 1.x version that works with JDK 1.1), and I'm really impressed - it offers a real OO development environment - similar to Smalltalk's class browser. The source is there too, and I can imagine that it wouldn't be to hard to add in other stuff I'd like (BeanShel

Re: UGLY BUG parsing the date of "1999-04-30" in jdk 1.1.7 on Linux RH 5.2

1999-04-22 Thread Robb Shecter
Constantin Teodorescu wrote: > > sdf = new SimpleDateFormat("-MM-dd"); > sdf.setLenient(false); > try { > thedate = sdf.parse(s); Hi, I've gotten good results by using the SimpleDateFormat constructor with this signatur

-classpath "bug"

1999-04-14 Thread Robb Shecter
Hi, I know this is an old one, but I was wondering about the state of the "-classpath" annoyance that is there in Java/Linux 117a, and possibly in other Java versions, too. I mean the problem where the command line option has different behavior than the environment variable - namely, with the co

Re: Non mofit AWT.

1999-04-06 Thread Robb Shecter
Hi, Is it me, or did the original question get kind of lost here. :) To me, the issue isn't so much whether AWT is great or not, or whether it should still be used... The problem is that at some point, Motif calls must be made from Java/Linux, and thus the motif library must be there. And, for

Re: Just thinking about VM

1999-04-06 Thread Robb Shecter
Hi, Check out this page: "Programming Languages for the Java Virtual Machine" http://grunge.cs.tu-berlin.de/~tolk/vmlanguages.html See the "Lisp and co." section. Not exactly what you were talking about, but definitely interesting. - Robb

Re: go back to gzip!

1999-04-01 Thread Robb Shecter
Peter Kovacs wrote: > jdk1.2pre-v1.tar.bz2 24457274 > jdk1.2pre-v1.tar.gz26062044 > > Means a 6.1% better compression rate. Is it really that much improvement? If it was >at least 15%... > Well, that looks like 1.6 MB per download. So, multiplied by the 5

Re: Efficiency/GC problem with Runtime.exec()?

1999-03-22 Thread Robb Shecter
Chris Abbey wrote: > ...running 117_v1a, native, with the -verbosegc option I see that a quick run > on my "toy" system produced 137598 objects and 8000423 bytes worth of trash! > ... I would highly recommend that you > write your own readln method taking a char[] or a StringBuffer if you > _have

Efficiency/GC problem with Runtime.exec()?

1999-03-19 Thread Robb Shecter
Hi, I've noticed weird behavior with JDK1.1.7a (Suse 6.0) that I didn't see with JDK 1.1.6: When doing the most basic system exec, and then reading in the stdin, Java frequently hiccups, for a good second or two, usually when garbage is collected. I found this because I've written a port of GNU