segfault

1999-03-11 Thread David R. Thompson
Colleagues, My code is now compiling on my RH5.2 box. I have run "rpm -ivh urw-fonts-1.0-3.src.rpm" (as root) to install the fonts and I ran: % g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm %ldconfig When I try to run my code (which is swing intensive), I get a series of complain

jdk1.2-pre-v1 on redhat 5.2

1999-03-11 Thread Gabriel Montenegro
in case you're interested, we tested (briefly) the jdk1.2-pre-v1 release on the following platform: redhat 5.2 linux kernel 2.2.3 In order to get it to work we had to add the following symbolic link: cd /usr/lib ln -s libstdc++.so libstdc++-lib6.0-1.so.2 We also

Font Problem with jdk1.2

1999-03-11 Thread Willi Richert
Thanks, that did it for me. But now I get the error (for example running java Notepad in demo/jfc): 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-*

Font Problem with jdk1.2

1999-03-11 Thread Willi Richert
Thanks, that did it for me. But now I get the error (for example running java Notepad in demo/jfc): 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-*

port to Mips

1999-03-11 Thread Piyush Shah
I just spoke to Gordon Garb,Manager Developer Programs at Cobalt. He is willing to donate the hardware. We are working with Cobalt and are very interested in helping with this. How can we proceed ? thanks Piyush -- Piyush [EMAIL PROTECTED] Open Source Web Application Server!! -> www.locomot

Unidentified subject!

1999-03-11 Thread Alex
Do you have something like Java Plug-in for Netscape? Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: can't find libjava.so

1999-03-11 Thread Juergen Kreileder
> Steve Cohen writes: Steve> I have installed jdk 1.2 on my redhat 5.2 system and Steve> pointed my path at it. When I try to run java, I get the Steve> Error can't find libjava.so. I can find this file in Steve> jdk1.2/jre/lib/i386. I tried copying it to /lib. That St

How can I configure an SNMP network?

1999-03-11 Thread Steve Byrne
Juan Carlos writes: > Hi, > > How can I configure an SNMP Linux network? I have a server and two > clients. Excuse me, can you help me to understand how your questions are relevant to JAVA on Linux? If they aren't, then you probably shouldn't be posting them here. Steve -

Re: How can I configure an SNMP network?

1999-03-11 Thread Christopher Hinds
This is clearly off-topic try one of the other Linux list groups Cheers Chris Juan Carlos wrote: > Hi, > > How can I configure an SNMP Linux network? I have a server and two > clients. > > Thanks, > > JC > > _ > DO YOU YAHOO!? > Get your f

Re: Reading the /proc directory of other computers

1999-03-11 Thread nmeyers
Juan Carlos wrote: > How can I read the /proc directory of other computers? Did you really mean to send your questions about /proc and SNMP to the Java-Linux mailing list? You'll find some good Linux how-to's at http://www.linux.org/help/index.html . I recommend you start there. That page will

Re: Invocation API and JNI in JDK1.2

1999-03-11 Thread Anand Palaniswamy
In 1.2 symbols are found in a libraries associated with your class's ClassLoader. Meaning: if Foo.bar was a native method then the symbol Java_Foo_bar is searched in the set of libraries loaded by Foo's ClassLoader. This was a bug fix that makes resilient field and method ID caching in the pres

Reading the /proc directory of other computers

1999-03-11 Thread Juan Carlos
Hi, How can I read the /proc directory of other computers? Thanks, JC _ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com -- To UNSUBSCRIBE,

How can I configure an SNMP network?

1999-03-11 Thread Juan Carlos
Hi, How can I configure an SNMP Linux network? I have a server and two clients. Thanks, JC _ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: JNI - gcc compiler options

1999-03-11 Thread Kevin White
Shoban Jeyaraj wrote: > I am new to Linux, and recently, our company has decided to do some projects > on Linux using Java. The project involves JNI. I'd like to know how I should > go about creating the shared libraries that Java is going to interface with. > > I have created the header files us

Invocation API and JNI in JDK1.2

1999-03-11 Thread Costin Manolache
Hi, JDK1.2 works great on my RedHat, everything is great (except fonts). My question: I use the invocation API to start a JVM from a C application. With JDK1.1.7/native threads it works great, and worked with JDK1.2 without any problems. >From the started VM I call some native methods. The meth

Re: Vector?

1999-03-11 Thread pridemor
Oops. The problem was that I forgot to import java.util.Vector in the little class I tested. I feel really stupid, now. Russ [EMAIL PROTECTED] on 03/11/99 01:35:23 PM To: Russell Pridemore@LEXMARK cc: Subject: Re: Vector? Russ, I do believe that the problem is the java that comes

JNI - gcc compiler options

1999-03-11 Thread Shoban Jeyaraj
Hi! I am new to Linux, and recently, our company has decided to do some projects on Linux using Java. The project involves JNI. I'd like to know how I should go about creating the shared libraries that Java is going to interface with. I have created the header files using javah. I have also impl

Re: Vector?

1999-03-11 Thread pridemor
The sources *are* in jdk1.2/src.jar and the class files are in jdk1.2/jre/lib/rt.jar. "unzip" works nicely on jar files, too. I don't know why the compiler can't find them. I just wrote a simple test and got the same result... Russ [EMAIL PROTECTED] on 03/11/99 11:16:34 AM To: [EMAIL PR

Re: can't find libjava.so

1999-03-11 Thread pridemor
If you have jdk1.2/bin in your PATH, the sym links there point to a shell script which sets LD_LIBRARY_PATH appropriately. You don't have to set it yourself unless you are writing native code to use the Invocation API. Russ [EMAIL PROTECTED] on 03/11/99 07:07:58 AM To: [EMAIL PROTECTED] c

Unidentified subject!

1999-03-11 Thread Joseph, Joly
Joly Joseph 515-237-6602 [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Vector?

1999-03-11 Thread David Thompson
Thank you for the comments James. Yes, This is a good thing to be careful of. I have a fresh installation of RH5.2. It may be that a previous version of java came with the operating system. However, I have set my PATH to include jdk1.2/bin. I will check this point more closely. It had not occure

Re: Vector?

1999-03-11 Thread James Seigel
Have you made sure your classpath and all that stuff left over from your previous adventures in java have been cleaned up? LD_LIBRARY_PATH CLASSPATH JAVA_HOME Just making sure. cause you maybe referencing the wrong set of classes by accident. Cheers James. Pooh Bear -- "I am just a bear of li

Vector?

1999-03-11 Thread David Thompson
Colleagues, Have the collection classes for java been completed to fit the API? I have installed jdk1.2 on my RH5.2 system, and compiled some simple programs to see that it works. Then I attempted to compile some of my work that made heavy use of java.util.Vector and the compiler complained th

jdk1.2 api?

1999-03-11 Thread Bruno Boettcher
anyone got the jdk1.2-html docs for download? i looked on the sunsoft ftp site and didn't found anything ciao bboett == acount at earthling net http://erm6.u-strasbg.fr/~bboett ===

Re: createImage/swing bug

1999-03-11 Thread Cynthia Jeness
David, I reported a similar problem to Sun (see earlier post on ColorModel exception). Their response is given below. Cynthia Jeness >Response from [EMAIL PROTECTED] (Jerry Evans)>>> It looks like the IllegalArgumentException comes from a BufferedImage constructor: p

MIPS?

1999-03-11 Thread Michael Herron
I'm looking for the JDK (or even just a JVM) for Linux on MIPS hardware. Any news on that front? Thanks! Michael Herron [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: ColorModel exception on 32-bit display (XFree FrameBuffer)

1999-03-11 Thread Cynthia Jeness
Mark Richters wrote: > "Alexander V. Konstantinou" <[EMAIL PROTECTED]> writes: > > > I have submitted a bug report concerning an error running the SwingSet > demo > > on a RedHat 5.2 machine running XFree + AcceleratedX in 32-bit mode. > > After posting, I tried restarting in 16-bit mode and the

Re: can't find libjava.so

1999-03-11 Thread Steve Cohen
Bruno Boettcher wrote: > > > Steve Cohen wrote: > > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > > > it. When I try to run java, I get the Error can't find libjava.so. > > > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > > > /lib. Th

Re: JDK1.2 release

1999-03-11 Thread Uncle George
> On Thu, 11 Mar 1999 00:36:01 -, James D. Carr wrote: > > >Hi, > > > > > >the class and source files (like I assume a lot of people do). My main > >problem is a slow and sometimes unstable link to the Internet, so > >downloading a 24MB file might take several attempts. > I think u need to

font problem and jdk1.2

1999-03-11 Thread Bruno Boettcher
hello, i a m using a debian-potato system, i already submitted a bug report, since i didn't found the bug i was reporting in the db nevetheless: on my system only native threads work, with green threads: export LD_LIBRARY_PATH=/usr/loc al/rvplayer5.0b1:/usr/local/src/jdk1.2/jre/lib/i386/gr

Re: can't find libjava.so

1999-03-11 Thread Bruno Boettcher
> > Steve Cohen wrote: > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > > it. When I try to run java, I get the Error can't find libjava.so. > > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > > /lib. That didnt' work. Where is it expec

RE: Download of jdk 1.2

1999-03-11 Thread Michael Jürgens
Hi, it seems that Netscape Navigator does not like to get the full file. :-( I tried it with pure ftp and now the MD5 checksums are the same as yours. Thank you! Michael > -Ursprüngliche Nachricht- > Von: Leos Bitto [mailto:[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 10. März 1999 18:50

Re: running applets

1999-03-11 Thread Thierry Kormann
> i jave just installed jdk1.2-pre version on my machine.I was > playing around with it a bit and found that when i try running an applet > demo, it throws an exception as follows.I was not able to find the library > libstdc++-libc6.0-1.so.2 on my machine.I am running the kernel 2.2.3 and >