| Thread | Last Post | Replies |
|
| Illegal use of nonvirtual function call <- bug in Verifier ? | 25 Apr 2004 20:48 GMT | 10 |
I have a problem with the invokespecial call. I want to change part of my virtual calls (invokevirtual) by some special calls (invokespecial). I know that in Java we use the invokespecial only in 3 cases:
|
| JVM classloader and TLS1 | 25 Apr 2004 20:28 GMT | 2 |
HOw do you make the JRE classloader support TLS1. I have a server which is restricted to TLS1 which the latest Sun JRE cannot establish a connection to.
|
| A small description of the internals of the JVM ? | 17 Apr 2004 23:10 GMT | 2 |
Does someone know if the following exists for free on the Net ? I am looking for a short (max. 50 pages or max. 70 slides) introduction to the internals of the JVM. A kind of summary of all the important mecanisms inside the JVM.
|
| c/c++ library for class files | 15 Apr 2004 04:53 GMT | 11 |
I am looking for a good quality c/c++ library for parsing java .class files. Any recommendations? Thanks, -- Alkis
|
| Access to files inside jar from applet on linux (konqueror) | 08 Apr 2004 22:31 GMT | 5 |
I have a applet/application jar file which includes following code to get a gif file from the jar: String strFileIco = "logo.gif"; URL urlIco = getClass().getResource(strFileIco);
|
| Virtual m/c err | 08 Apr 2004 08:15 GMT | 2 |
j2sdk1.4.2_04 I have an appliction that has started generating a Java Virtual M/C Launcher msg box 'Fatal exception occured,Program will exit' This App was OK but now not running, the app does appear in running
|
| Clever JNI solution needed | 06 Apr 2004 23:04 GMT | 4 |
I'm wrapping some Java around a large C++/COM API for a Windows application via JNI. I cannot see a way to implement one particular feature of this API, so I'm posting here to see if it is: a) impossible
|
| Calling java from the command-line: 40 times | 05 Apr 2004 20:29 GMT | 1 |
My company has an ETL that runs 40 'threads', and does logic similiar to a Java object I have created. I am trying to convince them to call my code instead (from the 40 threads) so we only maintain one code base (a BIG issue).
|
| How does the garbage collector work? - 1 | 05 Apr 2004 20:14 GMT | 17 |
I'm very interested in the internals of the garbage collector. I might be doing a few questions here about that... Here are a few to begin with: How does the JVM-GC exactly find the root references to start browsing
|
| number handling in java | 04 Apr 2004 04:07 GMT | 2 |
i'm writing an internet maths application at the moment, and am using PHP to do it, but it only (only..!) seems to handle numbers in the range -10billion to +10billion or in that ballpark. I was wondering what sized numbers java can handle. I used a JAVA
|
| Problems with Swing application and ATI Radeon Mobility7500 chipset | 01 Apr 2004 18:45 GMT | 2 |
I have a customer which is using a laptop containing the ATI Radeon 7500 chipset. Running my application causes his entire computer to freeze, for some reason. We've had other customers in the past with similar issues, but this one won't go away so easily.
|