Sun JDK 1.2 Ships....

1998-12-05 Thread James Cassidy
Of possible interest :-) http://java.sun.com/features/1998/12/jdk.ship.html

Re: [rtl] Re: Java and rtl (was LabView for Linux)

1998-11-25 Thread James Cassidy
I've built a couple of scripts to build a tiny RTLinux system from a full system for the flash disk. I can put it on the net if anyone is interested. I've got another to prepair the flash disk and install everything. I've got a desktop system with two IDE interfaces that I use to plug both th

[rtl] Re: Java and rtl (was LabView for Linux)

1998-11-24 Thread James Cassidy
At 08:38 AM 11/24/98 -0600, Wright, Robert B. wrote: >I would also like to hear about any projects that incorporate java and rtl. Ok, please excuse me if this is a bit long winded :-) I'm currently working on two projects that involve RTLinux and Java. Both involve real time instrument c

Re: java-linux, reliabilety

1998-09-14 Thread James Cassidy
Hi Lukas, I asked this exact question many months ago. I'm pleased to say now that I've found both Linux and Java have been quite reliable for my project. I've currently got RTLinux and Java running in our company's new networkable instrument. All the real time stuff is written in C and runs

Re: GUI debugger for Java-Linux?

1998-08-03 Thread James Cassidy
I've used ddd, it works with java (use ddd --jdb to start). Didn't use it a lot, so I can't attest to how well it works. It does have quite a following for it's use in other languages. Check out: http://mumm.ibr.cs.tu-bs.de/softech/ddd/ Regards, Jim. At 12:59 PM 8/3/98 -0400, Rich Edward

Re: linux on laptops

1998-07-29 Thread James Cassidy
I'm using a Twinhead Slimnote EX266TG with Slackware 3.5. Works perfectly. Two of the things that I needed to consider the system usable was an XGA 1024x768 LCD display and an ethernet PCMCIA card. The display does do this resolution and XFree86 that comes with Slack 3.5 drives it. I've got a

Slackware 3.5 Segmentation violation woes

1998-07-19 Thread James Cassidy
Greetings Java-Linux group! I'm hoping someone can help me with this snag: I've been developing an application that runs ok under Slackware 3.4 with jdk1.1.6-v1. When I installed Slackware 3.5 it get a segmentation violation when trying to run the same app. I've upgraded to 1.1.6-v2, but get

Swing package

1998-07-09 Thread James Cassidy
Could someone please let me know how to set things up to use the swing classes? I've got things set up to compile java programs ok, but can't get the swing lib to be located. (jdk1.1.6 is located in /usr/local). I've got a copy of swing101.zip, and placed it in various locations with various p

JFC on Linux?

1998-07-02 Thread James Cassidy
Will the JFC work on Linux? Does it need a special port? Jim.

Re: Survey, what tool do you use?

1998-06-19 Thread James Cassidy
No nedit users? Jim. At 11:49 PM 6/18/98 -0400, you wrote: >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

FIFO's

1998-06-09 Thread James Cassidy
I'd like to access FIFO's with Java under Slackware linux 2.0.0. When I try to open a FileInputStream on the fifo file, things just stop. I'm using 1.1.6. I've read that: "An error in the green threads implementation (Solaris). Try running it with native threads (load the native threads add-on