j9
Using JNA with IBM J9 JVM
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[详细]
2023-03-06 22:59 分类:问答JDBC support on J2ME
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[详细]
2023-02-06 10:34 分类:问答Downloading IBM J9 JDK [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-03 01:58 分类:问答Xerces behaving differently on SUN JRE v1.5 and IBM J9 v1.5
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[详细]
2023-01-31 19:28 分类:问答create an installer for windows mobile
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[详细]
2023-01-17 07:02 分类:问答Ibm J9 internet Connection on windows mobile
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[详细]
2023-01-06 09:29 分类:问答How to prevent or remove orphaned IBM J9VM process programmatically
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[详细]
2022-12-28 12:01 分类:问答CDC finger-friendly
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.[详细]
2022-12-12 07:56 分类:问答What's the default heap size for IBM's J9VM?
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?[详细]
2022-12-08 09:14 分类:问答