The first difficulty in using JNA with J9 is that the J9 JVM does not include the java.awt package and the Native class imports a few classes from this package.This is easily overcome by downloading t
Currently I am trying to run an existing java application on a Windows Mobile 6.1 device. The java application had been developed for server side and uses JDBC. My problem is that the Java application
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to parse some HTML using NekoHTML. The problem is that when the below code snippet is executed on the SUN JDK 1.5.0_01 it works fine (this is when i am using eclipse with sun jre). But w
I have developed an application using J9 that runs in windows mobile. but now I want it to package in a single installer(.cab), that should copy the J9 files, my application and its dependencies to a
I need to manage the GPRS connection on a JavaME application (start an internet connection automatically or ask user to select some connection) in a symbol handheld device with Windows Mobile 5. I\'m
I would like to know if there is a way to, if best, prevent, or otherwise remove orphaned IBMJ9VM prog开发者_如何学运维rammatically. It is mentioned in IBM\'s documentation that doing a CTRL-C will cr
I\'ve been working in a Java mobile project using j9 as a virtual machine. So far the project has been developed for an stylus interaction using AWT components.
I have IBM\'s J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3) installed. After getting开发者_运维百科 an OOM, the size of the heap dump is 383MB. How much heap does the JVM have?