jdic

When will the 64-bit version of JDIC be available?

我与影子孤独终老i 提交于 2020-01-15 12:17:41
问题 My Java program needs lots of memory to run, the 32-bit version of Java max out at 1.5 GB, my system has 4 GB of RAM, so I decided to run it under the 64-bit version of Java, and yet the JDIC won't work, which affects my program, so I wonder if anyone knows when the 64-bit JDIC will be available ? 回答1: Assuming you are running a 64-bit OS and a 64-bit JVM, you could try the latest version of Java 6u13 as I believe there is improve client side support for 64-bit applications. Note: I wouldn't

NetBeans error: package org does not exist

女生的网名这么多〃 提交于 2019-11-30 13:05:50
I just installed Netbeans IDE. I am now unable to import any org.* libs and it just says package org does not exist . Also, I imported jdic.jar into the project and even though the code completion suggestions show up as org.jdesktop.*, it shows the same error. How do I fix this? Anirudh Ramanathan Clearing the cache fixed it. In windows 7 the cache is located in C:\Users\username\AppData\Local\NetBeans\... On Linux, the cache is at: /home/username/.cache/netbeans/... On clearing the cache, and restarting netbeans, it started to recognize org.* imports again. org.netbeans.lib.awtextra is part

NetBeans error: package org does not exist

北战南征 提交于 2019-11-29 18:53:01
问题 I just installed Netbeans IDE. I am now unable to import any org.* libs and it just says package org does not exist . Also, I imported jdic.jar into the project and even though the code completion suggestions show up as org.jdesktop.*, it shows the same error. How do I fix this? 回答1: Clearing the cache fixed it. In windows 7 the cache is located in C:\Users\username\AppData\Local\NetBeans\... On Linux, the cache is at: /home/username/.cache/netbeans/... On clearing the cache, and restarting

Start Mail-Client with Attachment?

浪子不回头ぞ 提交于 2019-11-26 06:46:01
问题 I\'m currently searching for a way (in Java) to start the default mail client with defined receiver, subject and body and with a predefined attachment. Due to the limitations of the RFC the java.awt.Desktop.mail-Method is not working with attachments. The JDIC-project is dead and the JMAPI-project is rather obscure in the building process. (Needs 1.4 Mozilla-Sources) And I have to build it for 64 bit systems myself. Is there an alternative? I already read the articles here but using the