Java3D and the tnt2

1999-10-03 Thread hilbrink
Hi, I was wondering if you still have the problem you mentioned in the bug-list of the Java Linux group since I do. > FYI: J3D doesn't run, at least no in accel. mode, with a TNT2 chip, > it bang out with an error: > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /usr/loca

web server

1999-10-03 Thread R MUTHUSWAMY
hi, i have written a java code to work as a small web server. And i want that to run in a situation, where i don't have any network card but i have a modem connection. can i run it in that condition. or any network application can't be run on a system with a modem. Thanx for any answers, MUTHU

Re: Problem making an instant of a class.

1999-10-03 Thread alx
On Sun, 3 Oct 1999, Vartan Piroumian wrote: > Your handler should not extend Frame, only implement ActionListener. That's more of a design issue, not a code correctness issue, don't you think? Although I would agree with you. > > setVisible(). But nothing happens. What am I missing? I would

Path statments

1999-10-03 Thread mango
what file should I modify to add jdk1.2 into my environment? also what is the correct syntax for adding java_home -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How big a server is required to deploy JServ?

1999-10-03 Thread Todd Papaioannou
>We're planning on using the IBM 1.1.8 JDK for Linux. In a perfect world, >we'd be deploying on Solaris, but unfortunately we're a startup company >and we just can't afford it as of yet. > > > IBM's JVM is so-so in terms of performance, but may have problems under > > load due to the immaturity

Problem making an instant of a class.

1999-10-03 Thread Vartan Piroumian
Wayne writes: > Hello, > I have looked thru all my java books looking for an answer to my > problem, > but I'am not not able to find a solution. So, I thought I ask the group. > > I hava a class A that extends Frame and contains the main() method. In > this class I have several Button co

Re: required Libraries

1999-10-03 Thread Carsten Hoeger
On Sat, Oct 02, Jeff Galyan wrote: > Actually, libXm.so is Motif, which is required by AWT, and therefore > Java. You'll need to get a Motif distribution (I use RedHat Motif 2.1.10 > with no problems). That's not true! There are both, static and dynamic linked versions of the java vm. The depen

Re: name resolution problems

1999-10-03 Thread Shawn McKisson
Kontorotsui wrote: > Make sure that in /etc/host.conf you have the following command: >From the attachment I sent: production:~/projects/inet>cat /etc/host.conf order hosts, bind multi on > order hosts, bind Check! > And that in /etc/hosts there is the entry >From the attachment I sent: pr

Re: Problem making an instant of a class.

1999-10-03 Thread Wayne
Weiqi Gao wrote: > Wayne wrote: > > > > Hello, > > I have looked thru all my java books looking for an answer to my > > problem, but I'am not not able to find a solution. So, I thought > > I ask the group. > > > > I hava a class A that extends Frame and contains the main() method. > > In this cla

Re: name resolution problems

1999-10-03 Thread Shawn McKisson
"[EMAIL PROTECTED]" wrote: > > What do you get if you run "nslookup localhost" ? > > Troy > hm. This is very interesting. Trying that yesterday would result in : "... can't find production: Non-existent host/domain" But today, I get a response?!? Non-authoritative answer: Name:localh

Re: Problem making an instant of a class.

1999-10-03 Thread Weiqi Gao
Wayne wrote: > > Hello, > I have looked thru all my java books looking for an answer to my > problem, but I'am not not able to find a solution. So, I thought > I ask the group. > > I hava a class A that extends Frame and contains the main() method. > In this class I have several Button component

RE: name resolution problems

1999-10-03 Thread Kontorotsui
On 02-Oct-99 Shawn McKisson wrote: [localhost resolution] > Does anyone know the solution to this problem or know where to start looking? Make sure that in /etc/host.conf you have the following command: order hosts, bind And that in /etc/hosts there is the entry 127.0.0.1 localhost --

Problem with drag-&-drop in JInternalFrame

1999-10-03 Thread Thomas Foerster
Hi! I have a problem using drag-&-drop with blackdown´s JDK 1.2. Everything is allright in normal applications, but when I place the DnD-components in a JInternalFrame I get this execption:

Problem making an instant of a class.

1999-10-03 Thread Wayne
Hello, I have looked thru all my java books looking for an answer to my problem, but I'am not not able to find a solution. So, I thought I ask the group. I hava a class A that extends Frame and contains the main() method. In this class I have several Button components with an action listener on