| Thread | Last Post | Replies |
|
| need jvm for linux | 30 Mar 2004 11:40 GMT | 4 |
I am looking for a jvm for linux. I don't need a jdk, I don't want to create or compile java programs I just want to be able to run them. Does anyone know of a jvm that is small (the smaller the better) that I can use to run on linux?
|
| IBM VM 1.4.1 -- Allocation failure that doesn't make sense | 26 Mar 2004 18:33 GMT | 3 |
I am using the IBM VM 1.4.1SR1 on a RHEL 3.0 box. I have verbosegc turned on and I got the following output this morning from the GC: <AF[5]: Allocation Failure. need 524 bytes, 31726137 ms since last AF> <AF[5]: managing allocation failure, action=0 (496330792/536869376)>
|
| Where else to get cryptix library from? | 26 Mar 2004 04:14 GMT | 1 |
I wonder if anyone knows where to get cryptix library as cryptix.org site is currently down. A lot of sites are just redirecting back to cryptix.org. Thanks E
|
| JNI - DetachCurrentThread leads to Signal 11 (SIGSEGV) on Linux | 24 Mar 2004 10:20 GMT | 5 |
I've got a strange JNI threading/signal handling problem. The attached sample files do exactly reproduce the problem I'm fighting with: File Descriptions -----------------
|
| MS JVM include insecure Sun classes? | 21 Mar 2004 09:40 GMT | 1 |
Did MS include any _Sun_ classes in their JVM that were insecure? Did they just compile source/include classes Sun gave them?
|
| making java apps communicate | 20 Mar 2004 01:06 GMT | 2 |
Could anyone tell me the best java way to make java applications communicate, knowing that such applications may be in different JVM, on different computers. In practice I would be interested to know how tomcat web apps, could
|
| JNI | 17 Mar 2004 20:25 GMT | 1 |
I need to export the API of a shared library coded in C++. I've heard about JNI, but the only book I found was written in 1998. Is there anything more recent? Or is there another method to export C++ code that does not evolve JNI?
|
| program stops | 16 Mar 2004 18:05 GMT | 5 |
I have a multi thread simulation program written in java. In this program I use threads to simulate processes in a discrete event simulation. During program execution many hundred thousend threads are created, started and stopped.
|
| Tomcat 5 default application | 12 Mar 2004 10:07 GMT | 1 |
How do I set the default app for Tomcat 5 -- the one I can get to from http://localhost:8080/. I thought putting my application in \webapps\Root and adding <Context path="" docBase="Root" debug="0"/> to \conf\server.xml might do it, but that didn't work.
|
| MaxPermSize for 1.3.1 JVM | 06 Mar 2004 23:45 GMT | 3 |
Anyone know for sure whether MaxPermSize is memory that gets added to the total heap size or, whether it's a fraction of whatever you define as heap? For example, if you set -Xmx256m and MaxPermSize=128m - are you
|
| Java Method Arguments in native jvm method do_execute_java_method_vararg | 04 Mar 2004 16:55 GMT | 1 |
Hello Friends, I am at a point where I need to understand how does the native jvm function "do_execute_java_method_vararg", gets hold of the method args. Thank you all, for reading through my post and please, if you
|