Font specified in font.properties not found

1999-08-25 Thread Achim Derigs
Hi, I have a problem, when starting a java application with jdk1.2pre-v2 (RedHat 6.0): Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-f

Netscape 4.6, swing JApplet, JTable

1999-08-25 Thread Hicham Mouline
Hi, My applet skeleton is as follows: public class IIcompanies extends JApplet { public void init() { // New table model TableModel tModel = new AbstractTableModel() { // def }; sorter = new TableSorter(tModel); // A sorter model

out of list question

1999-08-25 Thread R MUTHUSWAMY
hi, this is out of list question. Can anybody tell me any mailing list for java servlets. Any help is appreciated. bye, MUTHU. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Co

Bug in v1.1.7_v3 Native Threads?

1999-08-25 Thread Matt Welsh
I have a very simple program which spawns two threads. Running this using native threads on JDK 1.1.7_v3 (Red Hat 6.0 w/glibc 2.1) on a 2-way SMP machine only allows one of the threads to run; the other doesn't even appear to start! Using green threads, one thread always runs while the other is

Re: JDK 1.3

1999-08-25 Thread Doug Fraser
O h boy. More bugs to have to work around. I'll be thrilled when the serialization of primitive types problem is finally fixed. Yes, I spent too much time working around that Doug At 09:16 AM 8/25/99 -0700, Riyad Kalla wrote: >What is that status on the JDK 1.3 port? Or is this not even >goi

Re: Unidentified subject!

1999-08-25 Thread Brandon Anderson
Just in case you have discovered your error. You have an extra close bracket before the statement your getting the error on. I've marked it in your code below with a few ***. I'd suggest either doing your brackets in such a way that they line up, or you learn to proofread your code just a littl

JDK 1.3

1999-08-25 Thread Riyad Kalla
What is that status on the JDK 1.3 port? Or is this not even going to be looked at until 1.2.2 is done? I was just reading through the list of improvements and it got me all giddy and excited. For those of you who want to read it: http://java.sun.com/products/jdk/1.3/docs/relnotes/features.html

TYA1.4 bug fix (important)

1999-08-25 Thread Albrecht Kleine
Hi, I've just found an ugly bug in TYA. It is related to an optimzation in division by 2, unfortunately introduced in TYA 1.4 (TYA 1.3x was still okay). If you detect some TYA caused problems, apply this patch: -- --- tyarecode.c~

Re: X-server

1999-08-25 Thread Nathan Meyers
Hanno Saks wrote: > > Hi! > > Is out there available (or is even possible to do) any applets which can act > in framed HTML page as Xserver client It doesn't seem likely. Although you can do whatever you want in native code, the problem is getting the resource identifiers you need - the X Displ

Re: X-server

1999-08-25 Thread Alex M.
http://www.uk.research.att.com/vnc/index.html On Wed, 25 Aug 1999, Hanno Saks wrote: > Hi! > > Is out there available (or is even possible to do) any applets which can act > in framed HTML page as Xserver client > > Hanno > > > --

RMI on Linux using JRE 1.2.2

1999-08-25 Thread Roger Lee
Our RMI Server & Applet works fine (JDK 1.2.2) under Windows 95. However we have just moved the it onto Linux using Blackmores JRE 1.2.2 with Windows 95 clients using IE 4.0 with the Java Plugin. As the sytems has over 100 static (J)Lists, they are constructed on the Server and are "got" when requ

Re: Installing Java

1999-08-25 Thread Harri Sunila
On Wed, 25 Aug 1999, Ungur Adrian-Alin wrote: > Dear Sir or Madam, > > My name is Ungur Adrian-Alin and I am a musician interested in > electronic music. > > I am writing to you hoping that you could help me. I am not a Java > programmer but I desperatelly need Java running in order to run some

RH6.0 and JRE117_v3

1999-08-25 Thread Robert Saraceno, Jr.
I am a beginner to Linux, but I have sucessfully have install applications that don't use RPMs before. But I am a little stuck on installing JRE 1.1.7 v3. I downloaded two files, jre_1.1.7-v3-glibc-x86.tar.gz and jre_1.1.7-v3-i386-native.tar.gz. Now I ran "tar -xvzf [filename]" to each file and it

Installing Java

1999-08-25 Thread Ungur Adrian-Alin
Dear Sir or Madam, My name is Ungur Adrian-Alin and I am a musician interested in electronic music. I am writing to you hoping that you could help me. I am not a Java programmer but I desperatelly need Java running in order to run some music applications such as "HPKComposer", "jMAX" or "Algaoph

X-server

1999-08-25 Thread Hanno Saks
Hi! Is out there available (or is even possible to do) any applets which can act in framed HTML page as Xserver client Hanno -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: adding components dynamically

1999-08-25 Thread Justin Lawler
try pack(), as this will invoke the Layout manager and set the components to there correct size. Justin. Yohans Mendoza wrote: > hi all, > > I have this applet in which the user presses a button and a nuew panel get > inserted into one of the areas of the applet. > The problem is that when I ca

Re: how to catch stdout

1999-08-25 Thread Justin Lawler
Hi, i have a question about pipes in general. I have never used them before in Linux or Java, so is there any information or tutorials on creating two-way pipes in Java or C or any program in Linux in general. thanks, Justin Lawler Gregory Steuck wrote: > > "David" == David Chen <[EMAIL P