problems with jdk1.2 on redhat-6.0

1999-05-25 Thread Rajkishore Barik
Hi all, I am a new user to this list. Few days back i tried to install jdk1.2 on redhat-6.0 but it is giving the following error.. *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6* abort (generated by abort(3) ro

Re: Java wrappers

1999-05-25 Thread Kevin Ryan
You can use JNI (the Java Native Interface) to accomplish this. a) your C/C++ functions have to be packaged in a shared library (which you'd already anticipated) b) the entry point for your C/C++ code has to use a Java package-and-class-specific "mangled" name -- e.g., if your Java wrapper class

AW: yahoo java3d and vrml97

1999-05-25 Thread Nolte, Holger
-Ursprüngliche Nachricht- Von: Clayton Cottingham [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 25. Mai 1999 18:10 An: [EMAIL PROTECTED] Betreff: yahoo java3d and vrml97 I'm very pleased to report that i have got some of the java3d/vrml97 stuff to work this basically means solid vr

License

1999-05-25 Thread Matthew Kerr
What kind of license is the blackdown java port? I would love to be able to recommend to the organizers of Stampede Linux to package your JDK port and have it as an install option. -- Matthew "Synic" Kerr Lanparty.com News Monkey "One World, One Web, One Program" - Microsoft Promotional Ad

Java wrappers

1999-05-25 Thread a . saha
Hi there I was wondering if there are any java wrapper libraries or sample code available to access C exported functions. I am not very familiar with this, as I have programmed all my life in C - but basically what I would like to do is - if I have my routine in C to access the kernel network s

Red Hat 6.0

1999-05-25 Thread Ray Eads
Hi. I was able to get the SwingSet demo working for the jdk 1.2 on linux by applying the suggestions for bug fixes: * only using green threads ;( * not using the JIT * adding the symbolic link for libstdc++ So, the symbolic link fix works for 6.0 as well as 5.2. This is wonderful. I'm glad

Re: Slow loading on AMD Elan 486

1999-05-25 Thread Daniel Barclay
> From: [EMAIL PROTECTED] >... > > Yes. And top shows that during the loading process X is taking on the order > of 80% of processor time, java most of the rest. This is perhaps strange > because during this period no visible painting related to the applet is > happening. I saw that problem too

Re: JDK 1.2 and SuSE 6.1

1999-05-25 Thread daly
jais, it seems that you might have a later version of the libstdc file. look in the /lib directory (or maybe /usr/lib) for the libstdc* files. you probably have one like libstdc++-lib6.1-1.so.2. if so, do ln -s libstdc++-lib6.1-1.so.2 libstdc++-lib6.0-1.so.2 tim daly [EMAIL PROTECTED] >

TextArea without the scrollbar??

1999-05-25 Thread Simmy Lee
I want to set a textarea without both scrollbars, vertical and horizontal. >From the documentation, it said that a constructor is : TextArea(String, int, int, int) Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as

JDK 1.2 and SuSE 6.1

1999-05-25 Thread jais
Hi, I have a problem with the JDK 1.2 under SuSE 6.1 (the newest SuSE-Release) Ich wanted to test a small programm with swing, which I got from the last linuxjournal. Compiling was no problem, but when I start the java Interpreter, I get the following message: Exception in thread "main" java.la

Re: free obfuscator available

1999-05-25 Thread Jerry McBride
>It might be of interest to the java-linux community to know there is a >free and excellent class file obfuscator out there. It is available at > >http://www.elegant-software.com/software/jmangle/ > >and comes with source code. If he receives enough requests maybe the >author could be convinced to

Compiling error after Linux upgrade

1999-05-25 Thread Amber Shao
Hi, We used to have jdk1.1.7v1a on Linux 5.2 running perfectly until lately we upgrade the Linux to 6.0. I can not compile any Java file anymore. The error message is "error in loading shared libraries: [$JAVAHOME]/lib/i686/green_threads/libjava.so: undefined symbol: _dl_symbol_value " I rein

Compiling error after Linux upgrade

1999-05-25 Thread Amber Shao
Hi, We used to have jdk1.1.7v1a on Linux 5.2 running perfectly until lately we upgrade the Linux to 6.0. I can not compile any Java file anymore. The error message is "error in loading shared libraries: [$JAVAHOME]/lib/i686/green_threads/libjava.so: undefined symbol: _dl_symbol_value " I reinst

[OFFTOPIC] Money for open source sw!

1999-05-25 Thread Ernst de Haan
Offtopic, but very cool. This article in LinuxResources shows how you you can make money when writing OpenSource software: * http://www.linuxresources.com/articles/conversations/001.html BTW: Please, flame me! :-) GreetinX++, Ernst -- Ernst de Haan Chief Technical Officer Tector i.o. "C

Re: A question

1999-05-25 Thread Ernst de Haan
Find someone that lives near you that _is_ networked =) Maybe even someone on this list? If you live near me, I'd be happy to borrow you a ZIP with JDK1.1.7, JDK1.2pre1, KDE 1.1.1, etc. :-) GreetinX++, Ernst Wonmu Hur wrote: > > Hi > > Is JDK for Linux available in CD? > My home computer is

RMI Troubles

1999-05-25 Thread Brandon Anderson
I've got a little RMI Server setup on a Redhat 5.2 box that completely quit working with java 1.2. Everything seems to startup on the server side, but when I attempt to connect to it from a remote host I get the following error: Connection refused to host: [127.0.0.1:6299]; nested exception is:

Re: A question

1999-05-25 Thread Bernardo Paz Betancourt
At 12:11 p.m. 25/05/99 -0400, you wrote: I had the same problem some weeks ago, and I think it is not available on CD you may try to download in a Ciber coffe but use a special FTP as Golzilla (www.gozilla.com/user) it´s a free program that takes 1.3 Mb and let you transfer files in multiple sess

Modal JDialog doesn't block after a show()

1999-05-25 Thread Alexander Sparkowsky
Hi, I've just tried to make a JDialog blocking the current Thread until the dialog is closed (as written in the API-Documentation). When using myDialog = MyJDialog(myFrame); myDialog.setModal(true); myDialog.show(); the dialog doesn't block. Then I read about removing setModal(true) in the listar

Workaround for Full-Screen-JWindows available?

1999-05-25 Thread Alexander Sparkowsky
Hi, is it still an open issue to open a full-screen-size JWindow with text-components inside or is there any workaround? so long --- Alexander Sparkowsky, Berlin, Germany [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL P

Re: Release?

1999-05-25 Thread Paul Mclachlan
--- Christer Olsson <[EMAIL PROTECTED]> wrote: > You have probably heard this question a thousands times by now > but... > When are you planning to release an official JDK1.2? Are you subscribed to this list or just posting a question? I never can tell. Just the other day Steve posted a messag

(linux) file caching?

1999-05-25 Thread Martin Gloeckle
*** i'm writing a file cache to use together with a web application. pretty straight forward: when a file first is requested, load it from file and put it into memory. from then on use the copy from memory. the problem that i have is that there is NO performance gain at all when reading a file

JDK for Linux on MIPS hardware???

1999-05-25 Thread Michael Herron
Do you know of a JDK port that runs on Redhat linux on a MIPS processor (Cobalt Microserver)?   I'm running Kaffe now -- but I think I'm having problems running the W3C Jigsaw Java application server because of possible compatibility issues with Kaffe.   Any thoughts?   Mike   --Michael Her

A question

1999-05-25 Thread Wonmu Hur
Hi Is JDK for Linux available in CD? My home computer is not networked. Thanks, WMH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

yahoo java3d and vrml97

1999-05-25 Thread Clayton Cottingham
I'm very pleased to report that i have got some of the java3d/vrml97 stuff to work this basically means solid vrml97 support for linux, i dont know if anyone out there has tried to use any other vrml stuff, its usually quite a bother! thanks guys now i feel confident i can start making vrml aga

Re: free obfuscator available [borderline OT]

1999-05-25 Thread Nathan Meyers
Paul Matthew Reilly wrote: > > Louis-David Mitterrand <[EMAIL PROTECTED]> writes: > > > It might be of interest to the java-linux community to know there > > is a free and excellent class file obfuscator out there. It is > > available at > > > > http://www.elegant-software.com/software/jman

Release?

1999-05-25 Thread Christer Olsson
Hi, You have probably heard this question a thousands times by now but... When are you planning to release an official JDK1.2? Regards Christer Olsson Ericsson Radio Systems Sweden -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Re: free obfuscator available

1999-05-25 Thread James Seigel
It may be useful if you are trying to obfuscate how connections are being made, and hide protocols so that things stay secure. Cheers James. Pooh Bear -- "I am just a bear of little brain" On Tue, 25 May 1999, Paul Matthew Reilly wrote: > Ken McNeil <[EMAIL PROTECTED]> writes: > > > This d

rmi-iiop

1999-05-25 Thread matthias gekeler
Hallo is currently anybody working at an rmi-iiop port to Linux ? I tried to, but i need the source code from rmic, or some class files. I asked sun for that but i got no answer until now. Any helps, hints ? thanks matze -- To U

Re: free obfuscator available

1999-05-25 Thread Pete Hardie
Paul Matthew Reilly wrote: > > Louis-David Mitterrand <[EMAIL PROTECTED]> writes: > > > It might be of interest to the java-linux community to know there > > is a free and excellent class file obfuscator out there. It is > > available at > > > > http://www.elegant-software.com/software/jman

Re: Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Christophe Warland
> We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install JDK >1.2. We decompress it, execute "java" and get this error: > > "Error: Can't find libjava.so." > I had that problem a while a go when my user profiles were brand new (or rather inexistent). In particu

Re: Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Steve Nguyen
Are you using glibc2 ? JDK1.1.7v3 and above requires glibc and not libc5 Also try to add /lib into your PATH, is this is the case.   Steve Nguyen[EMAIL PROTECTED]KBMail Professional Software & Service Provider for ISPshttp://www.kbmail.com/ISP/index.html -Original Message-From: Tomá

Java 1.2 installation problems (Can't find libjava.so)

1999-05-25 Thread Tomás Diago (tdiago)
We're using Linux Slackware 3.9 with kernel 2.0.37 and are trying to install JDK 1.2. We decompress it, execute "java" and get this error:   "Error: Can't find libjava.so."   But this file exists, and even copying it the dir /lib still fails...   Does anybody know how to solve this problem ?

RE: Compiling jserv1.0b5

1999-05-25 Thread Laskowski, Jacek Tadeusz (Jacek)
It could be that case. Yesterday I compiled JServ successfully using JSDK 2.0 and either yesterday downloaded JDK117v3 and Apache136. After 15 minutes all goes fine wihout any errors. -Jacek > -- > From: Steve Nguyen[SMTP:[EMAIL PROTECTED]] > Sent: 25 maja 1999 09:24 > To: