Tagged Questions

0
votes
0answers
9 views

CDC finger-friendly

Hello, 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. We want to …
1
vote
2answers
80 views

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? The reason why I ask is …
0
votes
0answers
130 views

How do I create an alphablending BufferedImage using J2ME (CDC/PP 1.1)

I have a BufferedImage created using new BufferedImage(wid,hgt,BufferedImage.TYPE_INT_ARGB); to which I assemble a wallpaper using multiple other images. It works fine in Jave …