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
, that the shorte my CLASSPATH was, the better the situation ?!*~ ;-( thanks for any hint, Marcel (Im using Linux glibc with JDK 2 pre2) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

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
problem seems somehow related to the different way C and C++ is linked. My environment is: intel Linux 2.2.5 , glibc 2.0x gcc version gcc-2.95 19990602 (prerelease) I will provide an example if desired. thanks, Marcel Output when crashing --- [Dynamic

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: e

JNI problems with JDK 1.2 Pre2 (crashing Linux)

1999-06-09 Thread Marcel Ruff
[Loaded sun.awt.motif.MEmbeddedFrame from /usr/local/jdk1.2Pre2/jre/lib/rt.jar] [Loaded sun.awt.EmbeddedFrame from /usr/local/jdk1.2Pre2/jre/lib/rt.jar] -> here it hangs and eats up all my memory(its during the call to java.a

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
html tag, but need to use the tag, eg. http://swand" NAME="Hello, what else?" org.omg.CORBA.ORBClass="com.visigenic.vbroker.orb.ORB" ORBServices="CosNaming" SVCnameroot="Marcel" ORBagentPort="14000" ORBagentAddr="swand&q

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

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
opup window Makefile How i compile the stuff. Question: --- Did anybody try this before? Which Motif version do I need? Thanks for any hints, Marcel PS: The code seems to be more or less correct, since i just run it on Windows NT successfully /* HelloWo

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
* print JNI-related messages */ vm_args.version = JNI_VERSION_1_2; vm_args.options = options; vm_args.nOptions = 4; vm_args.ignoreUnrecognized = JNI_TRUE; JavaVM *jvm; jint res = JNI_CreateJavaVM(&jvm, (void **)&env, &vm_args); . here it hangs :-( Thanks ve

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
copy from the wine source distribution wine.ini) I start osagent like: wine-990110-stripped-mode enhanced 'osagent -v' So a standanlone Linux box can run the complete VisiBroker (i didn't test SSL yet) I use a glibc-Linux 2.0.33, also Oracle 8.0.5 is nicely running on

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
the netscape plugin in the tag: http://192.168.200.8:9090/gatekeeper.txt> When using the activator Java plugin for netscape communicator, use the tag and for example: http://192.168.200.8:9090" org.omg.CORBA.ORBClass="com.visigenic.vbroker.orb.ORB" ORBServices="Co

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
nning the JacORB example1 with the VisiBroker NamingServer using the URL naming from JacORB: The JacORB server connects to the VisiBroker Naming Service, but stops then with an Exception. It seems there is a missmatch in the IIOP protocol? Any expirences with that? Thanks, Marcel PS: In fact i

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

Re: problems with finalize()

1998-08-29 Thread marcel
after all references to the object are null. This > should force the finalizer to run. > hopr this helps I've tries this (have a seperate thread call System.gc() every 2 seconds. This same thread also runs System.runFinalization()) but it doesn't help. As my application depends on finalizers being run I'm stuck with jdk1.1.5 for now... Marcel Ammerlaan

Re: problems with finalize()

1998-08-28 Thread marcel
ot run immediately, it should run when the VM exits.. Marcel -- "Yields falsehood when preceded by its quotation" yields falsehood when preceded by its quotation

problems with finalize()

1998-08-27 Thread marcel
() get's called for the small example:( Marcel Ammerlaan -- "Yields falsehood when preceded by its quotation" yields falsehood when preceded by its quotation

Re: Bug in AWT event handling ?

1998-06-29 Thread marcel
); /*PENDING(ARNAUD) this is to workaround a bug on Solaris */ } Seems like it is not only a Bug on Solaris though:) Marcel Ammerlaan

TurboJ

1998-06-23 Thread marcel
Hi, Has anyone tried TurboJ from the opengroup yet ? (it's available for download but needs a license key). It's supposed to work with the Blackdown ports and compiles .class to .c files and uses JNI to make calls into the JVM. The benchmarks posted seem nice. Marcel