JDK on Linux....
Hi! , Does JDK1.1.7 for Linux6.1 is built for 32bit linux or 64bit linux?. Does JDK1.1.7 works on boh?. Thanks in advance... Regard Pramila
Problems with the native threads on Linux
Hi ! I am using jdk117_v3 on RH6.1 and RH6.0 . Here jdb hangs if I set the THREADS_FLAG to native , but it works properly if it equals to green. Any info on this? Please let me know whether java native threads works properly on RH6.1 and RH6.0. Thanks in advance Regards Pramila
Help!!!
Hi, Could anyone of you please let me know how I can debug java native methods on Linux... Thanks in advance... Bye Pramila
Problem with malloc on Linux6.1
Hi! I am working on Linux6.0 and glibc version 2.1.1. In my application I am getting SIGSEGV during malloc and it dumps core also and the stacj is as follows.. > Our application code calls malloc. > in __libc_malloc (bytes=12) at malloc.c:2616 I also checked it in the malloc man page , Please let me know why is the above behaviour?. Thaks and Regards Pramila
Failure with the native_threads!!!!
Hi! I am using Blackdown JDK version 1.1.7B on Red Hat Linux 6.0 and GCC 2.91.66. I am facing the problem with the native_threads with the above JDK. I have written a small Test code in that , 1 . main thread creates 12 threads . 2. After that each threads joins the main thread, So that main thread will wait till all other threads completes. 3. Then the main thread terminates. When I built and execute the above test with the native_threads it failed but it works properly with green_threads . (setting THREADS_FLAG to native / green option for native_threads / green_threads ) Aanyone can let me know what is the reason for the above failure?. NOTE: See the attachment file (NLGames1.java ) for the test code. Thanks & Regards Pramila NLGames1.java
JDK1.2 installation on Linux...
Hi! , I just downloaded the file jdk1.2pre-v2.tar.bz2 , but I don't know how to install it. Anyone could please let me know how / from where I can install JDK1.2 on Linux... Thanks & Regards Pramila
JD1.1.8 availability!!
Hi! Does JDK1.1.8 is available on x86 Platform?. Thanks & Regards Pramila
Re: compiler for C source to Java bytecode
Hi!, Could u please let me know where I can find - Converters: from Java source to C source & - Decompilers: from Java bytecodes to C source . Thanks in advance. --Regards Pramila Suru Dissanayake wrote: > Hi! > > I have found a couple of: > Decompilers: from Java bytecodes to C source > Converters: from Java source to C source > Decompilers (to Java): from Java bytecodes to Java source > > But does anyone know anything about a compiler for C source to Java > bytecode? > (Preferably for Linux) > > I would like to create a java class file from a c-application and load it > dynamically to a java program. Has anyone done this? > > Any information on the subject is gladly accepted! > > kind regards, > Suru > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: compiler for C source to Java bytecode
Hi Suru, Thanks a lot! Regards Pramila Suru Dissanayake wrote: > Hi Pramila, > > This is a great page with links to all these tools. > > http://www.meurrens.org/ip-Links/java/codeEngineering/ > > Kind regards, > Suru > > -Original Message- > From: Pramila [mailto:[EMAIL PROTECTED]] > Sent: den 24 november 2000 05:09 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: compiler for C source to Java bytecode > > Hi!, > >Could u please let me know where I can find > > - Converters: from Java source to C source & > - Decompilers: from Java bytecodes to C source . > >Thanks in advance. > > --Regards > Pramila > > Suru Dissanayake wrote: > > > Hi! > > > > I have found a couple of: > > Decompilers: from Java bytecodes to C source > > Converters: from Java source to C source > > Decompilers (to Java): from Java bytecodes to Java source > > > > But does anyone know anything about a compiler for C source to Java > > bytecode? > > (Preferably for Linux) > > > > I would like to create a java class file from a c-application and load it > > dynamically to a java program. Has anyone done this? > > > > Any information on the subject is gladly accepted! > > > > kind regards, > > Suru > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
local references....
Hi All, Is there any way to increase the number of local references used in java native methods. I am getting the following alert when I run my application, "***ALERT: JNI local ref creation exceeded capacity (creating: 17, limit: 16)." Thanks in advance. --Regards Pramila -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]