javatoidl

2000-07-19 Thread Brett Smith
Is there a version of javatoidl (1.2.2) available for Linux? thanks, [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debugging Java on Linux with JDK1.2.2

2000-07-19 Thread noisebrain
I used a commercial app called "bugseeker" and had fairly good luck with it. It has a free 30(?) day eval period. Forte (free) also has a debugger but i have not tried it. I believe the N.Meyer's Java-Linux book has a simple debugger as one of its examples. Even if you don't keep it bugseeke

Re: Debugging Java on Linux with JDK1.2.2

2000-07-19 Thread Nathan Meyers
On Wed, Jul 19, 2000 at 03:54:40PM +, Kris Heyrman wrote: > Hi, > > I think I am getting stupid: I just spent a day trying to find out how best to > debug a project that is getting fairly complicated, in Java. I did not find out > how, so I am asking the question. Hopefully, somebody can give

Re: Debugging Java on Linux with JDK1.2.2

2000-07-19 Thread Joi Ellis
Here's what I had to do on my system to get jdb running. It did not run without root's help: uname -a Linux joi 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686 unknown cat /etc/issue Red Hat Linux release 6.1 (Cartman) Kernel 2.2.12-20 on an i686 java -version java version "1.2.2" Classic VM (b

Re: Debugging Java on Linux with JDK1.2.2

2000-07-19 Thread Calvin Austin
For jdb the command use should work for most class files I just tried 1.2.2 fcs and it worked ok (perhaps run strace to see why it is not working) I managed to use oldjdb with 1.3 and use worked ok there for simple .class files too For gdb you'll need to handle SIGUSR1 (the following works for

Debugging Java on Linux with JDK1.2.2

2000-07-19 Thread Kris Heyrman
Hi, I think I am getting stupid: I just spent a day trying to find out how best to debug a project that is getting fairly complicated, in Java. I did not find out how, so I am asking the question. Hopefully, somebody can give me a hint. 1. I am using Sun JDK 1.2.2 ("Java 2 Standard Edition JDK 1

Re: user.home undefined for 1.1.8v1 under certain circumstances

2000-07-19 Thread Stef Epardaud
On Wed, Jul 19, 2000 at 09:00:51AM -0400, Rousseau, John wrote: > > now it could very well be that something is wrong in my yp installation, > > but most other programs seem to do without, so is there a workaround to > > get the property ? > > Yes. You do have a problem with your yp installation.

Re: user.home undefined for 1.1.8v1 under certain circumstances

2000-07-19 Thread Rousseau, John
On Wednesday Jul 19, 2000, Stef Epardaud wrote: > hi, > > i have what looks like a problem (hehe) > > when i start java i get that: > do_ypcall: clnt_call: RPC: Unable to receive; errno = Bad file descriptor > > but then when i try to get a property relative to the user, here is what > i get:

CallStaticObjectMethod() never returns

2000-07-19 Thread chris
Hi, I'm trying to run a very large java application within a DLL through the invocation interface in order to package this app as a Mozilla service. I use its static factory method to return an initialized instance in order to cache the jobject and forward calls to it from a service requestor. The

user.home undefined for 1.1.8v1 under certain circumstances

2000-07-19 Thread Stef Epardaud
hi, i have what looks like a problem (hehe) when i start java i get that: do_ypcall: clnt_call: RPC: Unable to receive; errno = Bad file descriptor but then when i try to get a property relative to the user, here is what i get: user.name:? user.home:? i guess the two are related since yp give

Java Charts! using VisualCafe Api

2000-07-19 Thread legin
Dear All,   Thanks for your help! I'm supposed to get line and bar charts in my application.     I've started works with JChart Api available with Symantec VisualCafe. But i'm not finding enough help on it. I set the model as StringTableModel and I added a row, using the method a