Re: Strange Java2D painting problems...

1999-05-18 Thread Thierry Kormann
I notice the problem too. Using java2D, my application will crash the JVM with a segmentation fault too. I also notice that when I move the window while the JVM is still loading or painting, the JVM crashes. So, I think the problem may be complex, anyway I think this is a port problem. Cheers

SV: Tya1.3v2 compile problem

1999-05-18 Thread Roland Carlsson
Hi! I managed to compile tya with --with-jdk=/usr/local/java but there was a lot off warnings and I still can't get around with --libdir= ... Can it be RedHat 6.0 that not works ok I have some trouble with Apache 1.3.6 too so can it be a bad compiler or something like that??? Roland C

java for MIPS linux?

1999-05-18 Thread Mark Muday
Hey, y'all... I was wondering if you have any plans to compile your JVM for Linux running on MIPS... I am wanting to run some server software on a Cobalt server, and their embedded JVM (kaffe) won't deal with JDBC (no java.sql) Thanks, -Mark -

Re: Java Debugger

1999-05-18 Thread Peter Hein
%Hi % %Is there such a beast (running on linux) ? % % Haven't tried DDD ? http://www.cs.tu-bs.de/softech/ddd/ Good luck, Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Strange Java2D painting problems...

1999-05-18 Thread Neal Sanche
Hi All, I am having some strange Java2D painting problems that I am unable to reproduce on Solaris or WindowsNT, so I am assuming from this (perhaps erroneously) that it's a porting issue. Has anyone else noticed black blocks appearing (and dissapearing) inside Graphics2D areas when objects are m

Re: How to make a system call in Java

1999-05-18 Thread Michael Sinz
On Tue, 18 May 1999 22:38:02 -0400, Yuet Sim Lee wrote: >On May 12, 7:08pm, Bill Wandrack wrote: >> Subject: Re: How to make a system call in Java >> You can make system calls with java by using Process. >> >> >> String command = "mkdir new_dir"; >> Process createNewDir = Runtime.getRuntime().ex

Re: How to make a system call in Java

1999-05-18 Thread Yuet Sim Lee
On May 12, 7:08pm, Bill Wandrack wrote: > Subject: Re: How to make a system call in Java > You can make system calls with java by using Process. > > > String command = "mkdir new_dir"; > Process createNewDir = Runtime.getRuntime().exec(command); > > > > Yuet Sim Lee wrote: > > > I am writing a Ja

[Fwd: Java Speech API now available on Linux]

1999-05-18 Thread Clayton Cottingham
did any one see this! cant wait to try! We're pleased to announce a new version of IBM's Speech for Java ( http://www.alphaworks.ibm.com/tech/speech) that supports speech recognition on Linux through the Java Speech API. You will also need to install the beta ViaVoice SDK for Linux (http://ww

Problem running jdb

1999-05-18 Thread Doug Fraser
Hi all, I apologize if this question is answered somewhere in a FAQ; I can't find it. I have Red Hat 5.1, JDK 1.1.7v1a, glibc, and when I run "jdb ...", I get an error saying "invalid password" As far as I can tell, the jdb script is invoking "java_g ..." on sun.tools.debug.TTY which in

Re: Delivering Java Apps

1999-05-18 Thread Nathan Meyers
Oooh... I never meant to inflict pain and suffering :-). I guess Sun gets the credit for this one, rendering a few zillion shell scripts obsolete when users upgrade :-(. Java will be stable R.S.N. :-) Nathan Chris Abbey wrote: > > ARGH! I guess that's what I get for > living in the world of "

Re: Delivering Java Apps

1999-05-18 Thread Chris Abbey
ARGH! I guess that's what I get for living in the world of "stable-stable-stable" instead of playing around with new whiz-bang features... one of these days I really ought to download 1.2 and take a good close look at it to see what else changed. In the mean time maybe I should just preface every

Configuring Linux via Java

1999-05-18 Thread Gary Howard
I would like to be able to use a Java GUI to configure Linux (IP address, users, etc. - just like linuxconf). Does anyone know of any current efforts to do this type of thing that might save me a lot of work? Any major problem areas you can foresee with doing this? Thank you, -Gary ---

Re: Java debugger ?

1999-05-18 Thread Dimitris Vyzovitis
I think that your best choice is to either use jdb in coomand line or ddd with jdb as the slave debugger (this approach exhibits some misbehavior though). Dimitris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Multiple read access to file

1999-05-18 Thread Bernd Kreimeier
I use args[0] and args[1] to open two files with new java.io.File(name); new RandomAccessFiles(name,"r"); In some cases, args[0].equals(args[1]). In these cases I do not get an exception or error, but I get bogus read results from the file. If the specs prohibit concurrent read, then an IOE

Re: Installer

1999-05-18 Thread James Seigel
I believe they were looking for and "installer" to install other java programs in an In$tall$hield kind of way. Hey maybe they even wanted to install the JVM in a standard place so their other scripts would work alright. Cheers J. Pooh Bear -- "I am just a bear of little brain" On Tue, 18 May

Re: ...

1999-05-18 Thread James Seigel
Please read java's website, it has a lot of answers. Pooh Bear -- "I am just a bear of little brain" On Tue, 18 May 1999, Riyad Kalla wrote: > What is the difference between the JDK and the JRE? > > Thanks in advance, > > Riyad > > P.S.> Sorry about the HTML, this isn't my machine. > --

...

1999-05-18 Thread Riyad Kalla
What is the difference between the JDK and the JRE?   Thanks in advance,   Riyad   P.S.> Sorry about the HTML, this isn't my machine.

Re: Installer

1999-05-18 Thread Bernardo Paz Betancourt
At 02:46 p.m. 18/05/99 +0200, you wrote: > Hello everybody > > I'm looking for a free good packager/installer for java. I remember that > someone announced a free one in this list, but I've lost my notes, and > can't find the message. Could anyone suggest me one ? Perhaps the author > is somewher

Re: Tya1.3v2 compile problem

1999-05-18 Thread Peter Graves
Try ./configure --with-java=/usr/lib/jdk1.1 Replace "/usr/lib/jdk1.1" with the directory where you have the JDK installed. Roland Carlsson wrote: > > Hi! > I'm trying to compile Tya1.3v2 but get a lot of ugly errors. It all starts with: > > tya.c:7: native.h: No such file or directory > t

Re: Tya1.3v2 compile problem

1999-05-18 Thread Joerg Schimmel
hi, maybe your tya.tgz-file is corrupt. i had such strange effects when downloading tya with netscape. after downloading with a real ftp-client it worked joerg Roland Carlsson schrieb: > Hi! > I'm trying to compile Tya1.3v2 but get a lot of ugly errors. It all starts with: > > tya.c:7: nati

Re: I need some assistance

1999-05-18 Thread Christopher Hinds
Try posting your question to the comp.java.programmer group this list is about Java on Linux . Cheers chris Mario Jorge Nunes Filipe wrote: > Hi > > I'm creating an applet to show an outline in the form of a Jtree. > > I created a class outline that supposedly parses a string and creates > th

Re: Jdk 1.1.7b and Caldera 2.2

1999-05-18 Thread Michael Sinz
On Tue, 18 May 1999 13:21:37 +, [EMAIL PROTECTED] wrote: >Hi! > >i have some problems with Jdk1.1.7b and caldera 2.2 (i use the same jdk >with redhat 52 without problems) when i launch the java interpreter he >told me: > > > /usr/jdk117_v1a/bin/../bin/i686/green_threads/java: error in >

Re: Multiple Lined Tooltips?

1999-05-18 Thread Armen Yampolsky
Hello, I created such a class, and am attaching it for anybody who would lie to use it. It is a bit of a hack, but it works. Any modifications or suggestions will be most welcome! -Armen > Hi, > > I am wondering is that possible to create Mutiple line tooltips. By > default, the swing is only

Jdk 1.1.7b and Caldera 2.2

1999-05-18 Thread antonio
Hi! i have some problems with Jdk1.1.7b and caldera 2.2 (i use the same jdk with redhat 52 without problems) when i launch the java interpreter he told me: /usr/jdk117_v1a/bin/../bin/i686/green_threads/java: error in loading shared libraries: /usr/jdk117_v1a/bin/../lib/i686/green

Re: Java debugger ?

1999-05-18 Thread pridemor
There are a couple I've used: JDE - a java development environment for Emacs. Pretty good if you like Emacs. (almost enough to get me to switch :-). It uses the JDK debugger. Jikes Debugger - I found it useable, but not great. From IBM AlphaWorks. [EMAIL PROTECTED] on 05/18/99 08:41:04 A

Re: Installer

1999-05-18 Thread Jaco de Groot
http://www.xenonsoft.demon.co.uk/freeinstaller.html "PAX!" wrote: > > Hello everybody > > I'm looking for a free good packager/installer for java. I remember that > someone announced a free one in this list, but I've lost my notes, and > can't find the message. Could anyone suggest me one ? Per

Java debugger ?

1999-05-18 Thread Mario Jorge Nunes Filipe
Hi Is there such a beast (running on linux) ? Thanks -- Mario Filipe [EMAIL PROTECTED] http://neptuno.sc.uevora.pt/~mjnf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

JCK status page

1999-05-18 Thread Ricky Robinson
Hi! I think it's great that you're keeping us all posted about where you guys are up to regarding 1.2. However, I think it would be beneficial if you could provide an estimate of the release date of the "full" release. After all, that is what we really want to know! Please, please, please could y

SV: Tya1.3v2 compile problem

1999-05-18 Thread Roland Carlsson
Hi! I few things that perhaps solve the problem: When running ./configure i got this line checking for name of sigcontext struct... other ? sigcontext ? I don't know what this sigcontext is and if its important. I've tried to set the --libdir with everything from java-root and one sublevel.

Re: Tya1.3v2 compile problem

1999-05-18 Thread Andreas Rueckert
Hi! On Tue, 18 May 1999 Roland Carlsson wrote: >Hi! >I'm trying to compile Tya1.3v2 but get a lot of ugly errors. It all starts with: > >tya.c:7: native.h: No such file or directory >tya.c:8: monitor.h: No such file or directory >In file included from tya.c:14: >tya.h:111 parse error before 'Clas

I need some assistance

1999-05-18 Thread Mario Jorge Nunes Filipe
Hi I'm creating an applet to show an outline in the form of a Jtree. I created a class outline that supposedly parses a string and creates the outline in memory, allowing me to write it out as string, or as a tree. The Outline class is in the attached file. I call this outline in the following

Tya1.3v2 compile problem

1999-05-18 Thread Roland Carlsson
Hi! I'm trying to compile Tya1.3v2 but get a lot of ugly errors. It all starts with: tya.c:7: native.h: No such file or directory tya.c:8: monitor.h: No such file or directory In file included from tya.c:14: tya.h:111 parse error before 'ClassClass' and so on and so on I'm tried to fin

RE: cannot run classfile

1999-05-18 Thread Nobby Knox
Hi there. I'm new to Java, but I think your problem is easy enough for me to take a shot at. First, let me tell you what you're doing wrong, and then give you an explanation. Firstly, when running a Java application, do not specify the ".class" extension. In your case, do this: java HelloWorld

Re: Multiple Lined Tooltips?

1999-05-18 Thread gaolei
Hi, there, For the html support, we now only could wait, but I think we really could do something now. For such type questions, I believe they have a same answer: modifying the UI class, if we want some visual component looks different from standard one but with the same or a little bit diff