| Thread | Last Post | Replies |
|
| Java VM for WindowsCE (Pocket PC) | 28 Nov 2006 17:03 GMT | 2 |
at our university we are working on a project to implement a Mobile-AdHoc-Network-Router on PocketPCs running WindowsCE. We would prefer to use Java for our development, however we were unable to find a suitable VM for that platform.
|
| JNI CallStaticVoidMethod fails after N calls | 23 Nov 2006 11:41 GMT | 3 |
I have written an application in Java and C on the Solaris 10 (x86) platform using the JDK 1.5.0_09. The Java code calls a native method "startButtonWatcher," which then forks, the parent process returning, and the child process initiating an event loop that calls a static
|
| JNI_CreateJavaVM() fails | 22 Nov 2006 16:12 GMT | 3 |
I try to create a Java virtual machine in a C++ application (Windows XP). I have installed jdk1.5.0_08 and I am sure, that my application loads the appropriate jvm.dll. Here is my simple
|
| JNI_GetCreatedJavaVMs() fails | 22 Nov 2006 14:46 GMT | 1 |
I try to start a Java virtual machine from a C++ application (Windows XP). I have 'jdk1.5.0_08' installed and I am sure, that my application loads the appropriate jvm.dll. Here is my simple code, I
|
| Java slow? | 21 Nov 2006 09:20 GMT | 10 |
I was thinking about learning the Java programing language. I asked a friend his views and he told me not to bother - as Java is a slow piece of sh.t ! Is that true, is it really a goofy outdated language that doesnt run quickly like other languages? (from the horses month).
|
| speed performances / hardware / cpu | 16 Nov 2006 12:31 GMT | 5 |
I'm developing / supporting a java "client" application (running on PCs with XP pro, jre 1.5) which is a high performance trading client. it receives market updates, displays them on screen (swing), does a serie of computation, and performs several actions based on computated values
|
| Overriding (or something similar) Exceptions | 13 Nov 2006 23:45 GMT | 2 |
We have a "legacy" Java application that has been developed by many developers - some handle exceptions nicely, others not so. What I would like to do is create a log of all the exceptions and messages that are being thrown internally without changing the code.
|