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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo