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
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
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
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
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
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
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
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
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
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]
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
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/
--
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/
-
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
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
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
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
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]
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
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
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
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
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
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
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
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]
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/
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/
it
(thin JDBC driver).
regards
Marcel
--
Marcel Ruff
[EMAIL PROTECTED]
http://www.lake.de/home/lake/swand/
eve, this situation of inter ORB communication has even improved
today,
regards, Marcel
--
Marcel Ruff
[EMAIL PROTECTED]
http://www.lake.de/home/lake/swand/
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]
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/
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/
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
34 matches
Mail list logo