Java Tools FAQ Section Index
I need a open source JavaScript debugger to work with the NetBeans IDE
I need a open source JavaScript debugger to work with the NetBeans IDE
I am facing many problems while writing Javascript. Because there is no way to debug my code right now. SO, I am looking for J...more
How do I disable GZIP compress with the pack200 tool?
Use the --no-gzip option:
pack200 --no-gzip file.jar.pack file.jar
What are the pack200 and unpack200 command-line tools for?
The jar command-line tool packages files using ZIP compression. On the other hand, pack200 and unpack200 use GZIP compression format.
When were the pack200 and unpack200 commands introduced to the JDK?
You'll first find them a part of the 1.5 Java SE release.
Where do I get the latest Java 7 early access release?
Java SE 7 is available as part of java.net: https://jdk7.dev.java.net/.
Where do I submit bugs found in the Java platform?
You can request a feature or report a bug at http://bugs.sun.com/services/bugreport/index.jsp.
What developer support options does Nokia offer for J2ME development?
One would start with the Nokia Developer's Suite for J2ME, available from http://www.forum.nokia.com/main/0,6566,st_p_50,00.html. From there, you can also see the available Java-related documentat...more
Where do I find support for J2ME development for the Motorola platform?
Motorola offers Motodev, the Motorola developer network, available at http://developer.motorola.com/. There are different SDKs available for their different platforms available at http://developer...more
Where do I get the Sony Ericsson SDK for the Jav ME Platform?
Their developer home is http://developer.sonyericsson.com/. Their Java support is found at http://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp. And their SDK is available from ...more
Where do I get the tools to develop for the GSPDA Japser S20 JavaOne phone from SavaJe?
Their developer program support is found at http://www.savaje.com/developers.html. They offer a Wiki (http://java.savaje.com/wiki/) and Forum (http://java.savaje.com/bb/) for community support.more
Where do Samsung mobile developers get tools for Java ME development?
The home for the Samsung Developers Club is http://developer.samsungmobile.com/. From there you can get documentation, SDKs, and related tools.more
Where does one get development tools for BenQ-Siemens phones?
The BenQmobile developer portal at https://market.benqmobile.com/portal/main.aspx?LangID=0&pid=1 offres forums and tools to support their J2ME development program.more
How to extract a jar file.
How to extract a jar file.
I want to extract a jar file named 'myApp.jar'. The file is in c:jarmyApp.jar. I want it to be extracted to c:jar.
What options are available?
How do I test my AJAX code?
There is a port of JUnit for client-side JavaScript called JsUnit (http://www.edwardh.com/jsunit/).
How can I develop midlets with NetBeans?
You need to get the NetBeans Mobility Pack, available from http://www.netbeans.org/products/mobility/.