Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Gerald de Jong
ere must be a pared down kernel somewhere using libvga. if the AWT could be implemented in libvga, the fun would begin. -- Gerald de Jong, Beautiful Code B.V. Rotterdam, The Netherlands, Tel. +31655893940 http://www.beautifulcode.nl -

Re: Java IDE

1999-06-30 Thread Gerald de Jong
ely tool! when a JDK for Linux appears which also has the debugging interface, Elixir will also debug. (they've got it working on windhose and solaris). it's even got some jar tool stuff, and obfuscation. http://www.elixirtech.com -- Gerald de Jong, Beautiful Code B.V. Rotter

Native Threads

1999-05-13 Thread Gerald de Jong
i downloaded the v3 JDK, and also the native threads stuff. i would like to RTFM about how to make use of the native threads stuff, but i don't know where the M is. can somebody point a finger? -- Gerald de Jong, Beautiful Code B.V. Rotterdam, The Netherlands, Tel. +31655893940

Re: Sun Bashing 2

1999-04-30 Thread Gerald de Jong
r one thing, i'm having more fun than i ever was. Java has defined a big milestone, and given its momentum i doubt that anything similar will have much of a chance. it will have to be another milestone, a kind of paradigm shift. until then, let's code! -- Gerald de Jong, Beautiful

A Good Overview of Java-Linux

1999-04-30 Thread Gerald de Jong
for those of you looking for a good overview of the various efforts underway and the products currently available in the Java-Linux domain, this may be a nice article to read: http://www.gamelan.com/journal/techfocus/042199_jlinux.html -- Gerald de Jong, Beautiful Code B.V. Rotterdam, The

Re: Big-Endians

1999-04-21 Thread Gerald de Jong
e java classes (such as DataInputStream) do things big-endianedly > 2. the jvm is responsible for hiding the endianness of the platform > 3. as a result of (2) there is nothing a 100% java app can do to determine > the endianness of the platform it's being run on. bingo. -- Gerald de

Sun's Agenda?

1999-04-21 Thread Gerald de Jong
;s interest in having it run Java well will grow accordingly. as long as it can be tamed. -- Gerald de Jong, Beautiful Code B.V. Rotterdam, The Netherlands, Tel. +31655893940 http://www.beautifulcode.nl -- To UNSUBSCRIBE, em

Re: Native Java applications

1999-04-13 Thread Gerald de Jong
#x27;s called "native Java" i believe. or do you prefer "native code"? -- Gerald de Jong, Beautiful Code B.V. Rotterdam, The Netherlands, Tel. +31655893940 http://www.beautifulcode.nl -- To UNSUBSCR

Re: Still troubles with the libraries and jdk1.2

1999-04-10 Thread Gerald de Jong
end them. all i had to do to get jdk1.2 running on RH 5.2 is make the following symbolic link, which i made in the /opt/jdk1.2/jre/lib/i386 directory. lrwxrwxrwx 1 root root 27 Apr 6 18:44 libstdc++-libc6.0-1.so.2 -> /usr/lib/libstdc++.so.2.8.0* -- Gerald de Jon