| Thread | Last Post | Replies |
|
| RI/RTSJ and TimeSys Linux | 30 Oct 2003 17:59 GMT | 1 |
Is the TimeSys Linux the only way to get a real-time Linux for real-time Java? My problem is, that the TimeSys kernel (3.1.214) does not boot and
|
| How to use 4GB RAM on Windows 2000 using java | 30 Oct 2003 08:01 GMT | 6 |
We use a third party application that parses weblogs and generates statistics. The application gives OutOfMemory exception when the weblogs are hugs. I am wondering if doing "editbin.exe /LARGEADDRESSAWARE java.exe" is
|
| Plug-in......... | 20 Oct 2003 17:08 GMT | 1 |
I have J2SDK1.4.0 environment installed . To see an applet I was asked to install a new Plugin version . Now I have JRE 1.4.0 and JRE 1.4.2 installed !!! Have I to
|
| Custom Class Loaders | 20 Oct 2003 10:28 GMT | 1 |
I'm playing around with class loaders, and I seem to be having some problems. Suppose that I write my own class loader, like so: /////////////////////////////////////////// import java.io.*;
|
| Implementing swing? | 17 Oct 2003 14:36 GMT | 2 |
There exists a JVM for my target operating system (Linux) However, I have written a new windowing system and I would like to write AWT/Swing bindings for it. I have absolutely no idea how to even begin or how much work this will be. It seems like in a perfect world, all I would ...
|
| Lots of Oolong questions... | 17 Oct 2003 11:14 GMT | 1 |
I recently bought the book from Engel (programming the JVM) and I would like to have some infos about Oolong. Oolong permits to generate easily a ClassFile. One of my questions is: will all the Oolong programs generate valid class files. Or is it
|
| JDK 1.3.1 for HP-UX 10.20 | 15 Oct 2003 04:37 GMT | 1 |
I'm relatively new to Java and we have a simple Java appl. that was compiled using Java 1.3.1 and runs on an HP Visualize B2000 with HP-UX 11.x I'd like to run the same appl. on a large server machine running HP-UX 10.20 but I can't seem to find 1.3.1 for HP-UX 10.20...somebody ...
|
| Java VM conflict on start with running VM in Browsers | 14 Oct 2003 16:47 GMT | 1 |
I have a module linked with Netscape/Mozilla-Browsers. In this module I start a JVM via the JNI interface. When this VM is running and I want to load an Applet in the Browser, I get the message that an error occured while connecting to a running
|
| Newbie question: Any good resources on Java programming? | 08 Oct 2003 22:43 GMT | 1 |
I'm a newbie to the world of Java programming. I'm especially interested in Java internet programming and Java database programming. Can anyone recommend some good books or websites
|
| microsoft java virtual machine for Windows 2000 SP4 ? | 05 Oct 2003 19:43 GMT | 1 |
where can i download the microsoft java virtual machine pour Windows 2000 SP4 ? it is not available on microsoft website thanks
|
| Remaining Memory | 02 Oct 2003 18:57 GMT | 7 |
I want to preempt getting an "Out of Memory" error. Can I calculate the amount of memory remaining using the following formula? long memoryRemaining = runTime.maxMemory() - runTime.totalMemory() + runTime.freeMemory();
|
| FYI: Download link for IBM SDK's on AIX, Linux, OS/2, zOS, Windows | 01 Oct 2003 21:00 GMT | 1 |
FYI. Been a FAQ on newsgroups. http://www-106.ibm.com/developerworks/java/jdk/ For Java Performance, check the SPEC website at www.spec.org SPECjvm98 : client side java performance
|