Java Tools FAQ Section Index | Page 3
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
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.
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/.
How do I disable GZIP compress with the pack200 tool?
Use the --no-gzip option:
pack200 --no-gzip file.jar.pack file.jar
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.
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.
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
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 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 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
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/.
I want to develop EJB 1.1 using VAJ 3.5. But it only supports EJB 1.0. For example, while exporting the Deployed JAR/EJB JAR, it does not create a XML deployment descriptor, but a serialzed (.ser) file. What do I need to do? Will VAJ 4.0 solve this?
VisualAge for Java 4.0 now includes a new XML-based deployment tool to assist exporting EJB 1.1-compliant JAR files. See the VAJ Features desciption at IBM's web site for more information.more