Dumb Question

1999-05-04 Thread Alex Pozgaj
Luther Baker writes: > I am using Red Hat and recently downloaded your jdk1.2. Unfortunately, I > am not as UNIX savvy as I need to be and the .bz2 extension is throwing > me. gunzip and gzip resond with errors that they don't understand the > file format. The .bz2 files can be handeled with

Re: Sun Bashing 2

1999-04-30 Thread Alex Pozgaj
Ken, first I'd like to appologize for some of the comments I made - I'm aware now that they could be understood as much more offensive than I intended them to be. Ken McNeil writes: > First off you have taken my intentions to an extreme. I only > wish to discuss these issues openly and in no

Re: Sun Bashing 2

1999-04-30 Thread Alex Pozgaj
Ken McNeil writes: > >I usually can't stand flame bait like this but I wanted to point out one > >thing. > > How is this "flaim bait"? I can only tell you how I understood it: basically just like an unjustified and unfair rant. Such posts are mostly seen as flame baits, because they almost n

Re: [FYI] Java violates US patent?

1998-12-08 Thread Alex Pozgaj
Java News Collector wrote: > > At 12:06 PM 12/7/98 -0600, Justin Lee wrote: > >Ernst de Haan wrote: > --- snip --- > >Yet, surely the concept of portable code can't be contained within that > patent. > >Portable, interpreted code has been around far longer than that patent. > For an > >example, p

swing 4 linux

1998-11-11 Thread Alex Pozgaj
alex andrejin writes: > hi! i would like to know if there is a swing version for linux and where > i could get it. Swing is written in Java, so you just need to get it from Sun. No special versions for different OSes Cheers, alex. -- "Programming today is a race between software engineers s

help...

1998-11-05 Thread Alex Pozgaj
Willy writes: > Can somepne pls. tell me if the thread is working on Linux or not > > What alternative can I used if Linux does not support threads > > Thanks If you are asking whether threaded Java programs run under Linux, the answer is "sure they do". If you mea

Re: Basics of using JNI under Linux

1998-11-04 Thread Alex Pozgaj
Nicholas Matsakis wrote: [snip] > 6) Put the shared library in your shared library path. Where is this > path define, exactly? I'm using tcsh, and I presume that $LPATH is the > path I'm interested in. It's the LD_LIBRARY_PATH you're looking for. Cheers, alex.