Could not load runtime library error

1998-11-15 Thread Avi Schwartz
Hi, I am trying to get Simplicity for java running on my SuSE 5.3 installation with version 1.1.6 of the JDK as shipped with SuSE. Any program that tries to use the jre fails with the same error. As a matter of fact, just trying to run jre will give the error message: Could not load runtime libr

JDK1.1.1 is not working on Debian/GNU Linux 2.0

1998-11-15 Thread Edgar Eduardo Reyes Torneros
Hi: I'm using Debian GNU/Linux version 2.0, and when i try to run "java" or "jdc" or any program of the JDK1.1.1 for Linux, the screen show the next message: "Segmentation fault" I haven`t idea of what could be.. . because befor using Linux 2.0, i was working with Debian GNU/Linux 1.3, and

Re: Basic installation. Please Help.

1998-11-15 Thread Kenny Freeman
Hi, you have to add the path to the jar files like (for example): export CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc that should work a little better for you (once you've added the path to each jar you want to use). __ Kenny Freeman <[EMAIL PROTECTED]> "a popu

Basic installation. Please Help.

1998-11-15 Thread Pierre LATECOERE
Hello, I am new to the Linux world. I have developped a large Java app on Win32 using Borland JBuilder and want to port it to Linux. I have downloaded the jdk116 from java.blackdown.org. I use several *.jar packages for my app (i.e. Swing). javac doesn't load my jar files. I must have done somet

Re: Enerprise JavaBeans Question

1998-11-15 Thread Alexey Lukin
Hi! James Seigel wrote: > > I would be interested in helping to develop it. > Just found two interesting links: General EJB page: http://adams.patriot.net/~tvalesky/ejb.html And open-source EJB server (not complete yet) http://www.m31.org/index.html Dowloading to test it... With respect,

Re: Mouse Clicks

1998-11-15 Thread John Summerfield
On Sat, 14 Nov 1998, Karthik Vishwanath wrote: > Hi all, > On receiving a mousePressed, how does one determine which mouse > button is the one clicked? > > ps: i am sorry if this is a purely java based question, but then i do not > know where else i can post it. > See javap java.awt

Re: Enerprise JavaBeans Question

1998-11-15 Thread James Seigel
I would be interested in helping to develop it. J. Pooh Bear -- "I am just a bear of little brain" On Sun, 15 Nov 1998, Carl Hewitt wrote: > I would be interested in an open source EJB implementation as well. > > Carl > > Alexey Lukin wrote: > > > Hi, All! > > > > Is anybody working on fre

Re: Enerprise JavaBeans Question

1998-11-15 Thread Carl Hewitt
I would be interested in an open source EJB implementation as well. Carl Alexey Lukin wrote: Hi, All! Is anybody working on free open-source implementation of Sun's EJB specification? IMHO EJB is something real that could make Java technology serios for enetrprise computing. We tested EJBHome 0.4

Enerprise JavaBeans Question

1998-11-15 Thread Alexey Lukin
Hi, All! Is anybody working on free open-source implementation of Sun's EJB specification? IMHO EJB is something real that could make Java technology serios for enetrprise computing. We tested EJBHome 0.4 (www.ejbhome.com) - looks promising, but... It's very unclear about licensing and source a

Memory Allocation

1998-11-15 Thread Steve Byrne
Chris Sommers writes: > Estmeemed wizards, > How can I estimate how much memory an object or bunch of > objects consume - besides indirectly, e.g. looking at > Runtime.getRuntime().totalMemory()? For example, how big is > a Vector containing 10,000 of class Double? I'm sure it will > be JVM/