Re: JNI and initialization of static C++ classes on Linux with JDK 1.3.1

2001-09-16 Thread Marcel Ruff
s the char* acts as expected! Why? Why is there no entry in libInitTest.so? thanks again for any help, Marcel PS: I will send this question to the gcc mailing list as well probably they know. > > Matthias > > > Marcel Ruff wrote: > >>Hi, >> >>i am usi

JNI and initialization of static C++ classes on Linux with JDK 1.3.1

2001-09-15 Thread Marcel Ruff
there any lowlevel main() in the Linux clib which i can invoke manually? thanks for any hint, Marcel -- Marcel Ruff mailto:[EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ http://www.xmlBlaster.org -- To UNSUBSCRIBE, email

Re: XML development on Linux?

1999-10-24 Thread Marcel Ruff
bug XML code to be deployed on Windoze IE but I don't > want to create it there. > > All comments welcome. Have a look at http://www.stud.ifi.uio.no/~larsga/linker/XMLtools.html for a good overview of XML/DTD/XSL tools. Marcel -- Marcel Ruff

Modal JDialog never returns (Bug?)

1999-06-29 Thread Marcel Ruff
Hi, the following little examples doesnt return (about every second time). Especially when you first click in the text area and write some letters and than click OK, the final System.out.println() is never printed. - import javax.swing.JOptionPane; impor

VisualAge Java native compiler HPJ on Linux?

1999-06-29 Thread Marcel Ruff
Hi, does anybody know if the native compiler HPJ (from IBM) is available on Linux. How does it perform, does it compile Swing as well? Does it work with the Blackdown JDK 2? thanks, Marcel -- To UNSUBSCRIBE, email to [EMAIL

RE: jni for linux

1999-06-29 Thread Marcel Ruff
Hi, To use JNI you only need the blackdown JDK. I have attached some files how i always test the JNI on Linux: C++ calling JDK 2 Awt. the almost same example works with JDK 1.1.7 as well. regards Marcel HelloWorldAwt-1.2.tar.gz

C++ with JNI with JDK1.2pre2 with sunwjit crashes on Linux

1999-06-10 Thread Marcel Ruff
Hi, I have a little HelloWorldAwt.C sample, which crashes on Linux when compiled and linked as C++ code (using g++). HelloWorldAwt.C invokes via JNI a litle Java popup. When disabling the JIT it works fine. But: --- Compiled and linked as C (using cc) it runs fine (with or without JIT) The p

RE: JNI problems with JDK 1.2 Pre2 (crashing Linux) -> solved!

1999-06-10 Thread Marcel Ruff
Hi, i used a symbolic link to point to the JDK 1.2pre2, this crashed my whole Linux : in /usr/local: drwxr-xr-x 9 marcel users1024 Jun 9 15:03 jdk1.2Pre2 lrwxrwxrwx 1 marcel users 10 Jun 8 21:47 jdk ->jdk1.2Pre2 in conjunction with using: echo $LD_LIBRARY

JNI problems with JDK 1.2 Pre2 (crashing Linux)

1999-06-09 Thread Marcel Ruff
Hi, My AWT HelloWorldAwt.java invoked thru C++/JNI is crashing my Linux box! My first Linux crash after 3 years :-( It eats up all my memory 128MB + swap 128MB in a few seconds. The same HelloWorldAwt.java works well with JDK 1.1.x - JNI (C++ invoked) and invoked with JDK 1.2 Pre2 directly (ja

RE: How to trap signals?

1999-06-09 Thread Marcel Ruff
kevinh/projects/javasignals/index.html Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: Newbie question.... Servlets on Linux

1999-06-05 Thread Marcel Ruff
good, using of apache/jrun also works fine. (I'm using JDK 1.1.x and the newest apache with jrun or jserv on a glibc Linux) Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSC

Re: Oracle's JDBC on Linux

1999-06-05 Thread Marcel Ruff
its buggy for files bigger 2kb. Use the Thin JDBC driver which comes along with the Linux Oracle 8.0.5 distribution ... oralce/jdbc/lib/classes111.zip This works fine. Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ --

RE: Java Plugin for Linux

1999-05-24 Thread Marcel Ruff
uot; ORBgatekeeperIOR="http://swand:15000/gatekeeper.ior" LOCdebug="true" UserSessionId="TestUser" myId="1000" > Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -

Re: Java app server on linux ?

1999-05-24 Thread Marcel Ruff
efully should not > have too many problems. > > -- Aravind Oracle 8.0.5 with the thin Oracle-JDBC driver runs very stable and performant on my Linux box (glibc Linux 2.0.34 and 2.2.5) with 1.1.x blackdown Java. (Using it for several months now) Marcel -- Marcel Ruff [EMAIL PROTECTE

Re: Applets!

1999-05-21 Thread Marcel Ruff
add the ARCHIVE attribute to the APPLET tag in the html file to download .properties files! Othewise the properties files are searched locally and you get a security exception. I believe there is no other way (if you don't want to sign the applet) Marcel -- Marcel Ruff [EMAIL PROTECTED] htt

Object-Relational mapping on Linux

1999-05-12 Thread ruff
Hi, can anybody recommend me (free) Java tools running on Linux (with blackdown port) to do a automated mapping of Java objects to (Oracle/Postgres) relational databases? What are the drawback of such tools (perfomance?) Thanks Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de

Re: java versus c++ or perl

1999-05-07 Thread ruff
Sorry the link to TclBlend 1.2.2 is: http://www.scriptics.com/java/ and http://www-users.cs.umn.edu/~dejong/tcl/tcljava/ Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE

Re: java versus c++ or perl

1999-05-07 Thread ruff
support. Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: RedHat 6.0 and Blackdown Java 1.1.7v1a

1999-05-03 Thread ruff
00088d50 T _dl_symbol_value so i believe you should somehow play with your glibc version?! Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Re: JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Marcel Ruff
Juergen Kreileder wrote: > >>>>> Marcel Ruff writes: > > Marcel> [1 ] > Marcel> Hello, > > Marcel> i made a little HelloWorld C++ executable to popup a Java > Marcel> HelloWolrd GUI, but it gives a core dump. > > The com

JNI / JKD2 / AWT / Linux 2.2.5 -> little C++/Java ´HelloWorldAwt´ gives a segmentation violation

1999-04-20 Thread Marcel Ruff
Hello, i made a little HelloWorld C++ executable to popup a Java HelloWolrd GUI, but it gives a core dump. My environment: - Pentium Linux 2.0.36 with glibc - Motif 2.0.1 (shared library) - jdk1.2pre-v1.tar from Blackdown The output: (after invoking the C++ executable HelloWorl

Re: JNI from JDK1.2 on Linux-2.0.36 hangs in method JNI_CreateJavaVM()

1999-04-16 Thread Marcel Ruff developer
Riyad Kalla wrote: > Wait... what is JNI? And why does all that code at the bottom look so > complicated for "Hello World"? > > Thanks in advance. > > Riyad > > -- > > From: Marcel Ruff developer <[EMAIL PROTECTED]> > > To: [EMAIL

Re: JNI from JDK1.2 on Linux-2.0.36 hangs in method JNI_CreateJavaVM() - RESOLVED (THANKS)

1999-04-16 Thread Marcel Ruff developer
Juergen Kreileder wrote: > >>>>> Marcel Ruff developer writes: > > Marcel> Hi, > Marcel> My little JNI HelloWorld C++ program hangs when invoking > Marcel> JNI_CreateJavaVM() with following output: > > >> export LD_BIND_NOW=tr

JNI from JDK1.2 on Linux-2.0.36 hangs in method JNI_CreateJavaVM()

1999-04-16 Thread Marcel Ruff developer
Hi, My little JNI HelloWorld C++ program hangs when invoking JNI_CreateJavaVM() with following output: > export LD_BIND_NOW=true > export RTLD_NOW=true > invokecpp [Opened /usr/local/jdk1.2Pre1/jre/lib/rt.jar in 29 ms] [Opened /usr/local/jdk1.2Pre1/jre/lib/i18n.jar in 4 ms] -> h

RE: Libraries troubles with JDK 1.2 (glibc HOWTO)

1999-04-10 Thread Marcel Ruff
Hi, you find all informations about libc/glibc and how to upgrade here: http://www.imaxx.net/~thrytis/glibc/index.old.html Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/ -- To UNSUBSCRIBE

RE: JDK1.2 and CORBA

1999-03-26 Thread Marcel Ruff
da5/Visigenic/vbroker/adm wine -mode enhanced 'osagent -v' -winver win95 -managed The gatekeeper / name service are pure java and runs very well on Linux. regards, Marcel -- Marcel Ruff [EMAIL PROTECTED]

RE: JDBC for Oracle?????

1999-03-25 Thread Marcel Ruff
sizes only filled 3 bytes into the database. Switching to the standard Linux-Oracle 8.0.5 distribution thin JDBC driver works well now: Its in the directory oracle/jdbc/lib/classes111.zip Marcel     --  Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/  

Re: JavaLinux for servlets, who to make templates?

1999-02-17 Thread Marcel Ruff
Hi you wrote about servlets and html-templates. What possibilities are there to make html-templates and where is there a good parser to build the final html file from the template? thanks, Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/

Re: Java-VisiBroker CORBA on Linux with Blackdown Java 1.16/1.17 Howto

1999-01-26 Thread Marcel Ruff
it (thin JDBC driver). regards Marcel -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/

Re: Java-VisiBroker CORBA on Linux with Blackdown Java 1.16/1.17 Howto

1999-01-17 Thread Marcel Ruff
eve, this situation of inter ORB communication has even improved today, regards, Marcel     --  Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/  

Java-VisiBroker CORBA on Linux with Blackdown Java 1.16/1.17 Howto

1999-01-09 Thread Marcel Ruff
sNaming" SVCnameroot="CorbaJava" ORBagentAddr="192.168.200.8" LOCdebug="true" Hopefully that helps others Marcel Thanks to Richard Jones <[EMAIL PROTECTED]> Armen Yampolsky <[EMAIL PROTECTED]> and a third person (Sorry i can't find your email any more) which gave me this answers -- Marcel Ruff [EMAIL PROTECTED]

Re: How to get VisiBroker for Java on Linux running? Thanks, it runs now!

1998-12-10 Thread Marcel Ruff
g CORBA world never tells this! I used omniORB for C++ in a former project, i liked it very much as well! Is JAVA-IDL running on linux??? Well, thanks again, Marcel   --  Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/  

How to get VisiBroker for Java on Linux running?

1998-12-04 Thread Marcel Ruff
only want to develop on Linux, but keep the code portable to work with VisiBroker as well. -- Marcel Ruff [EMAIL PROTECTED] http://www.lake.de/home/lake/swand/

Servlets/Apache/Linux: works fine (HowTo install)

1998-11-17 Thread Marcel Ruff
   mkdir -p /usr/local/apache/share/servlets  -> insert your servlets  cd /usr/local/apache/sbin; ./apachectl restart    check log files:    cd /usr/local/apache/var/log;  tail -f error_log;  tail -f access_log    cd /usr/local/apache; tail -f servlet.log     Marcel --  Marcel Ruff [E