remove

1998-06-18 Thread Robin Yu
HI, can you remove my name and email? please!!

Re: Survey, what tool do you use?

1998-06-18 Thread Sze Yuen Wong
Thanks for all your input. I get 17 responses today. Here is a summary: Xemacs: 6 Pico: 3 vi: 2 JDE: 2 Jacob: 2 Emacs: 2 WipeOut: 1 Simplicity: 1 Cat (!?) : 1 I've took out jdk cause I think everyone should be using some kind of jdk. Thanks again. Sze Yuen. P.S. ok. So I think I should give

Java Web Server: can't find javac?!?

1998-06-18 Thread Richard Hakim
Hi - Thank you very much to the two kind souls who replied to my query on getting the Java Web Server going. I have another question though. When I try to access a .jhtml file, I get the following error: Error getting compiled page javac was not found in /usr/lib/jdk-1.1.5/bin/../bin/i586/gr

Java Web Server: can't find javac?!?

1998-06-18 Thread Richard Hakim
Hi - Thank you very much to the two kind souls who replied to my query on getting the Java Web Server going. I have another question though. When I try to access a .jhtml file, I get the following error: Error getting compiled page javac was not found in /usr/lib/jdk-1.1.5/bin/../bin/i586/gr

Re: Problem with Tya 0.7

1998-06-18 Thread Toni Nikkanen
On Fri, 19 Jun 1998, Maksim Lin wrote: > Here in the office I had a college running NT (on a almost identical pc > to mine) with symantics jitv3 and jview try them out and he got 4x and > 3x faster results (respectively) than tya. Are these really indicative > of the speed difference between t

Re: Problem with Tya 0.7

1998-06-18 Thread Maksim Lin
I just wanted to say thanks to all the people who wrote in to help. The first solution I got and which worked was adding the LD_LIBRARY_PATH enviornment variable to point to the dir which had the tya library in it. Perhaps this is one for the Java-linux FAQ (or perhaps TYA should get it's own)? B

ïÔ×ÅÔ: 2 questions: RH 5.1 and JDK; netscape.*

1998-06-18 Thread Alex Farber
Hi again, i am sorry, i have overseen the actually answer in FAQ: the javac which was called, came not from JDK, but from kaffe. Now i have changed my PATH and it works: export PATH=.:/usr/local/bin:/usr/local/lib/jdk1.1.6/bin:$PATH Also, thanks for quick reply, Steve but both NC 4.05 and JDK s

Re: Survey, what tool do you use?

1998-06-18 Thread pat cavanagh
Dustin Lang wrote: > > What development tool do you use to help on daily coding? > > pico :) > wimp! real men use cat: cat > hiya.java class hiya { public static void main(String argv[]) { System.out.println("hiya pooky!"); } } ^D

2 questions: RH 5.1 and JDK; netscape.*

1998-06-18 Thread Alex Farber
Hi, maybe someone can help me with 2 problems: i use RH 5.1 with glibc-2.0.7-13.i386.rpm (and devel) already installed. When i type javac in shell, i get the error message: "No library path set." I am using jdk1.1.6-v1-glibc and my .bash_profile is: export PATH=$PATH:/usr/local/bin:/usr/local/

Re: Possible bug in Linux JDK 1.1.6 v1 libc5 x86

1998-06-18 Thread Michael Plump
On Thu, 18 Jun 1998, DAVID BALAZIC wrote: > This might be a bug in JDK 1.1.6 v1 libc5 i386 > > I crashes similarily with jdk 1.1.5 v7 libc5 i386 > > SIGSEGV 11* segmentation violation > stackbase=0xb8e0, stackpointer=0xb7ec > ... FWIW, I also get errors like this when trying

Re: Survey, what tool do you use?

1998-06-18 Thread Michael D. James
Ooops, forgot to mention JDK 1.1.5 (thanks Steve!), CVS, Apache's httpd, and Apache-Linux mod_jserv. __ Michael James DC-area Java jobs: http://eliteresumes.com/ Arlington, VA [EMAIL PROTECTED]

Re: Survey, what tool do you use?

1998-06-18 Thread Michael D. James
I use emacs Java mode and GNU make on a RedHat 4.2 Linux server at our "co-lo" (we rent rack space in a computer room). My local machine has a big screen and no brains (133 MHz 586 running RedHat 5.0) because it's mostly just an X terminal over the phone. I guess I like it but I haven't tried an

RE: Xlief, now called NetBean. Very impressive.

1998-06-18 Thread Peter Schuller
> I just downloaded NetBean 2.0 Beta (the old Xlief). > I ran it under Sun. It's slow, but it looks very impressive. > > However, my whole point of searching around is to get something run > under Linux. But NetBean said it only work with Linux-java port 1.1.3, > not the latest version. > > Was

RE: Survey, what tool do you use?

1998-06-18 Thread Peter Schuller
> What development tool do you use to help on daily coding? > IDE, simple class browser, or just an editor. I use XEmacs for all my coding - it's great. The only thing I want now is something that'll save me from managing makefile (I'm working on such an app myself). Alternatively, I might, and

Re: Transparent gif files

1998-06-18 Thread Dustin Lang
Hi, One alternative is to write your own GIF class like I did. :) That's a great solution if you like bit-twiddling :) Some things that may or may not be useful: -The GIF file format specifies the background index (palette entry) in the header. -The Color of the transparent pixels should be 0,

Transparent gif files

1998-06-18 Thread Wim Ceulemans
Hi My question concerns producing transparent gifs thar are transparent on all platforms (linux, win95 and Macintosh). If I print the RGB value in Java of SystemColor.window I get the following values: Linux199,199,199 Win95 255,255,255 First of all the values for Win95 seem not good. Sec

jdk1.1.6.diffs.gz corrupt?

1998-06-18 Thread Bernd Kreimeier
Downloaded it with HTTP/Nerdscrap (no dialup at home, no choice), got a gzip -d error: incomplete distance tree invalid compressed data -- format violated Is this me, or is the source file corrupt? Is there a mirror (FTP) location? I have tried 4 or so mirrors from the blackdown list, but ha

which jdk

1998-06-18 Thread Bernd Kreimeier
Steve Byrne writes: > > It seems that there are two different > > prots of jdk going on one by Steve Byrne's and the other by Sergey > > Nikitin. > > [misc. valid diffs] And both jdk-1.1.6 (sbb v2 and sn v1.2) cause my C app to "crash when linked" under RH 5.1/glibc-2.0.7-13. Steve make

Re: Survey, what tool do you use?

1998-06-18 Thread pepr
Here is a message I sent to the freebuilder list a while ago. At the time,(april 98) I titled it "A dream come true". Since then, it just got better and better. I hope you find this IDE as useful as I do. I have been doing all my developpement in it for the last 3 month and every week I disco

Re: Survey, what tool do you use?

1998-06-18 Thread Dustin Lang
> Pico? Pah! Try vi. Grr! :) vi schmi :) dstn.

Re: Xlief, now called NetBean. Very impressive.

1998-06-18 Thread Sze Yuen Wong
Matthew Hixson wrote: > Where can we download NetBean? > Thanks, >-M@ http://www.netbeans.com Sze Yuen

Re: Survey, what tool do you use?

1998-06-18 Thread Azazel
Pico? Pah! Try vi. Grr! :) Az. Dustin Lang wrote: > > > What development tool do you use to help on daily coding? > > pico :) > > dstn.

v2-test KeyEvent bug?

1998-06-18 Thread Juergen Sonnauer
With jdk1.1.6 v2-test i have discovered a strange behavior in a keyPressed event handling routine. The getKeyChar() function should return a Unicode or CHAR_UNDEFINED value. This is what i get: java.awt.event.KeyEvent[KEY_PRESSED,keyCode=10,Enter] on frame0 KeyCode=10 Modifiers=0 KeyChar=65293 j

Re: Xlief, now called NetBean. Very impressive.

1998-06-18 Thread Matthew Hixson
Where can we download NetBean? Thanks, -M@ -- Matthew Hixson http://www.frozenwave.com/~hixson FroZenWave Communications [EMAIL PROTECTED] Linux System Administrator "Further the cause, boy. http://www.frozenwave.com Yes, you

Re: Survey, what tool do you use?

1998-06-18 Thread Matthew Hixson
Sze, I use XEmacs and TYA. XEmacs is a very powerful editor and you can customize it to your every whim. Of course it doesn't have the RAD environment like some of the other Java specific IDE's, but I think that it forces you to write better code when you understand what is going on in your pr

Xlief, now called NetBean. Very impressive.

1998-06-18 Thread Sze Yuen Wong
Hi, I just downloaded NetBean 2.0 Beta (the old Xlief). I ran it under Sun. It's slow, but it looks very impressive. However, my whole point of searching around is to get something run under Linux. But NetBean said it only work with Linux-java port 1.1.3, not the latest version. Was there any

Re: Possible bug in Linux JDK 1.1.6 v1 libc5 x86

1998-06-18 Thread Matthew Hixson
David, Just thought I'd let you know that your program works properly on my Slackware libc5 system with Steve's 1.1.5v5 JDK port. Kernel 2.0.32. -M@ -- Matthew Hixson http://www.frozenwave.com/~hixson FroZenWave Communications [EMAIL PROTECTED] Linux

Re: Survey, what tool do you use?

1998-06-18 Thread Dustin Lang
> What development tool do you use to help on daily coding? pico :) dstn.

Commercial JAVA IDE that runs in Linux

1998-06-18 Thread Peter Schuller
Hi! Does anyone know a good commercial Java IDE that runs in Linux? Prefarably written in Java. All the supposedly good ones, like JBuilder and Visul Cafe, are for Windoze only... Thanks! / Peter Schuller --- WWW: hem.passagen.se/petersch/ (might chang

Re: Survey, what tool do you use?

1998-06-18 Thread Matt Zagni
Sze Yuen, Well, There are a few I have tried xemacs with jacob, xelfi this is 100% pure java, and emacs. I have also downloaded javabeans and freebuilder too. Basically there are a great deal of IDE's, if you are stuck for space try xelfi or freebuilder (I have as yet not tried freebuilder or

Possible bug in Linux JDK 1.1.6 v1 libc5 x86

1998-06-18 Thread DAVID BALAZIC
This might be a bug in JDK 1.1.6 v1 libc5 i386 I crashes similarily with jdk 1.1.5 v7 libc5 i386 but not on JDK 1.1.3 v 3.0.1 for IRIX on an SGI machine I have an ancient Slackware distribution on x86 machine. I upgraded manually most of SW , so I have pretty recent everything. The following

Survey, what tool do you use?

1998-06-18 Thread Sze Yuen Wong
Hi everyone, I've been looking for a good Java-Linux development tool without success. I tried supermojo. It So. I would like to ask everyone of you, What development tool do you use to help on daily coding? IDE, simple class browser, or just an editor. Thanks, Sze Yuen

JDK1.1.5 thrashing

1998-06-18 Thread Scot P. Floess
Hi! I was wondering if anyone has had this problem?I have been having problems running more than one JVM under RedHat Linux 5.0. I downloaded the JDK 1.1.5 from Blackdown and installed it fine. When I run more than one version of the JVM, the machine thrashes so badly that any java programs

Re: A short one

1998-06-18 Thread peter johnson
Ville Laakso wrote: > How can I make something happen, say, every 5 seconds? > > -Ville Laakso > [EMAIL PROTECTED] At least two ways: Either call Thread.sleep (5000) or, if you have other things to do, GregorianCalendar timeout=null, timenow=null ; timeout = new GregorianCalendar () ; timeo

Re: java jre/jdk 1.1.6

1998-06-18 Thread Simon Billingsley
-Original Message- From: Ulrich Kortenkamp <[EMAIL PROTECTED]> >> "mkos" == mkos <[EMAIL PROTECTED]> writes: >mkos> /jre/bin/java: /jre/bin/../bin/Linux/grenn-threads/java: No >mkos> such file or directory /jre/bin/java: >mkos> /jre/bin/../bin/Linux/grenn-threads/java: No

Re: java jre/jdk 1.1.6

1998-06-18 Thread Ulrich Kortenkamp
> "mkos" == mkos <[EMAIL PROTECTED]> writes: mkos> hi i've donwloaded the jre 1.1.6 from www.blackdown.org/~sbb mkos> and i've copied the files from the compressed file to the mkos> directory /jre and now i'll run ICQjave (from mkos> www.icq.com/download/step-by-step-java.htm

java jre/jdk 1.1.6

1998-06-18 Thread mkos
hi i've donwloaded the jre 1.1.6 from www.blackdown.org/~sbb and i've copied the files from the compressed file to the directory /jre and now i'll run ICQjave (from www.icq.com/download/step-by-step-java.html), but the problem that there's only this message when i run it: /jre/bin/java: /jre/bin/

sound not working

1998-06-18 Thread Daniele Paoni
I can't play sound files with the appletviewer.. the sound is always truncated, I tried with a lot of different .au files and the result is always the same. (The same files plays correctly with windows 95) The problem is present in jdk 1.1.5-* and jdk-1.1.6* Danie

Re: v2-test ready

1998-06-18 Thread Bernd Kreimeier
Steve Byrne writes: > > Great, is this the version for glibc ? > Nope -- libc5 -- that's what I build with. If you've got a fast network > connection, it's still worth a download -- I think that if you've got a recent > enough version of glibc (and libdl 2.x) that you still may be able to us

Commercial Java for Linux?

1998-06-18 Thread Bernd Kreimeier
Aside from Source Nagivator by Cygnus? Specifically: a JVM? It is not my preference (that would be Japhar, followed by Steve's JDK port), but I seem to keep hitting a (linkage) problem that endangers the entire project. Given the choice between paying for a Win32 setup and paying for Linux softw

Re: Problem with Tya 0.7

1998-06-18 Thread Maksim Lin
Joe Carter wrote: > > Maksim Lin wrote: > > > > I've just installed tya0.7 and it seemed to install ok, but when I tried > > the Iview test in demos (and any other of my Java apps) I get this > > error: > > > > libtya.so: cannot open shared object file: No such file or directory > > (libtya.so) >

Re: Problem with Tya 0.7

1998-06-18 Thread Joe Carter
Maksim Lin wrote: > > I've just installed tya0.7 and it seemed to install ok, but when I tried > the Iview test in demos (and any other of my Java apps) I get this > error: > > libtya.so: cannot open shared object file: No such file or directory > (libtya.so) > Warning: JIT compiler "tya" not fo

Re: out of memory

1998-06-18 Thread Paris Flegas
try to make more swap space. I had the same problem. On Wed, 17 Jun 1998, Richard Hall wrote: > I've just begun using JDK1.1.6 on my Debian 2.0.29 machine, and the > compiler often, but not always claims to be out of memory. top says: > > Mem: 14324K av, 14020K used,304K free, 8732K s

Problem with Tya 0.7

1998-06-18 Thread Maksim Lin
I've just installed tya0.7 and it seemed to install ok, but when I tried the Iview test in demos (and any other of my Java apps) I get this error: libtya.so: cannot open shared object file: No such file or directory (libtya.so) Warning: JIT compiler "tya" not found. Will use interpreter. But of

Re: out of memory

1998-06-18 Thread Pavel
You should probably increase -mx option value when running java. AFAIK default value is 32M All the Best Pavel Richard Hall wrote: > > I've just begun using JDK1.1.6 on my Debian 2.0.29 machine, and the > compiler often, but not always claims to be out of memory. top says: > > Mem: 14324K a

Re: Free Builder?

1998-06-18 Thread Steve Byrne
Yan Huang writes: > Hi, there, > > At Wed, 17 Jun 1998 11:24:42 -0400 > Sze Yuen Wong <[EMAIL PROTECTED]> wrote: > > > Anyone knows any news about Free Builder? > > Is the version which support 1.1 and Swing out there yet? > > > > Thanks, > > Currently, FreeBuilder is in Ver

which jdk

1998-06-18 Thread Steve Byrne
Brad Giaccio writes: > Now this may seem like a silly question but I didn't really see a firm > answer in the FAQ so I'll ask. It seems that there are two different > prots of jdk going on one by Steve Byrne's and the other by Sergey > Nikitin. Steve will often reply to questions and bug rep

TextArea bug ?

1998-06-18 Thread Steve Byrne
Steffen Tacke writes: > Hi ! > > I'm not sure but i think there's a bug in the TextArea Class provided with > the Linux JDK 1.1.6v1 (also in 1.1.5vX). > If i put a simple TextArea in a Dialog Window an fill it with some Text > with the append() (or the old appendText()) -Method I always get