Persistency for java on Linux

2000-05-25 Thread Gerrit Cap
Hello, Does anybody has some good virbations on a persistency storage product (preferable freeware) that can be used on Linux from java for quick prototyping ? Regards, Gerrit. Marble Consulting -- Gerrit Cap http://www.ping.be

Re: indeo avi module & rtf-reader for java-linux?

1999-05-27 Thread Gerrit Cap
kage to get started. regards, Gerrit. Marble Consulting ------ Gerrit Cap http://www.ping.be/marble OO Solutions Engineer mailto:[EMAIL PROTECTED] Marble Consulting Blauwe Gaanweg, 53 tel : +32 75 72.94.36 B-9150 Kru

Re: (0.3 * 3) = 0,8999999999 ????

1999-05-12 Thread Gerrit Cap
ith floating point algorithm, try to compile and run this little C program on your linux machine: #include void main() { double d1 = 0.3, d2 = 3, d3; d3 = d1 * d2; printf("%20.20lf", d3); } -------- Marble Consulting -- Gerrit Cap

Patches

1999-05-03 Thread Gerrit Cap
Hello, Is it possible to get the 'diffs' between the original JDK source tree of SUN and the source tree used to generate the blackdown port ? Regards, Gerrit. Marble Consulting ------ Gerrit Cap http://www.ping.be/marble OO

Re: can't find class ijvmasm

1999-04-20 Thread Gerrit Cap
age : > >Can't find class ijvmasm Maybe ijvmasm.java doesn't contain the class ijvmasm but ijVMasm. Class names and filenames are case sensitive and must match. Gerrit. ---- Marble Consulting -- Gerrit Cap http://www.ping.be/

Re: jdk1.2-pre-v1 on redhat 5.2

1999-03-12 Thread Gerrit Cap
ard. > >We tested the swing demos under the demo subdirectory. > >-gabriel > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Re: Font Problem with jdk1.2

1999-03-12 Thread Gerrit Cap
At 00:41 12/03/99 +0100, Willi Richert wrote: >Thanks, that did it for me. But now I get the error (for example running >java >Notepad in demo/jfc): > Look on the www.blackdown.org messages for a solution Marble Consulting ---------

HOWTO: jdk1.2pre1 on Slackware or SOLVED: missing libstdc++-libc6.0-1.so.2 and missing fonts on Slackware

1999-03-12 Thread Gerrit Cap
-- Gerrit Cap http://www.ping.be/marble OO Solutions Engineer mailto:[EMAIL PROTECTED] Marble Consulting Blauwe Gaanweg, 53 tel : +32 75 72.94.36 B-9150 Kruibeke-Bazel fax : +32 3 744.19.17 Belgium

Re: Is this a JVM bug? Why is my local variable not initialized?

1999-01-07 Thread Gerrit Cap
My $.02: public abstract class Stack { public Stack() { super(); this.initializeStack(); // make sure the Stack is initialized properly } public abstract void initializeStack(); public abstract void push(Object element); public abstract Object pop(); public abstract boolean isEmpty(); public

Re: what tools do you use for programming

1998-12-10 Thread Gerrit Cap
At 10:40 AM 12/10/98 +, Dimitris Vyzovitis wrote: >BTW (to be a bit off topic), >Does anybody know the status of Metrowork's CodeWarrior porting to >linux? >It could be a good IDE to use. > >Sze Yuen Wong wrote: > >> Well, Visual Cafe and JBuilder are very close to >> eash other. I really coul

Re: Help!

1998-12-09 Thread Gerrit Cap
At 10:22 AM 12/9/98 -0600, Carlos Alberto Roman Zamitiz wrote: >Hi, yesterdar root had a problem with his linux server and I don't know >certainly what happened but today I typed: > >lcomp98.fi-b.unam.mx carlos>javac HolaMundo.java >No library path set. > >I revised my PATH and CLASSPATH. They ar

Re: Problem with connection ?

1998-11-30 Thread Gerrit Cap
At 02:04 PM 11/30/98 +0200, Buzoianu Stefan wrote: >Hyaa! >I wrote this application but when I run "exFTP www.yahoo.com" >I give something like this "UnknowHostexception www.yahoo.com" >What is the problem ? can you ping to www.yahoo.com from that machine ? Gerrit.