|
Java Editor and IDE |
|||||||||
|
Home
What's New Products Product Comparisons Features Screen Shots Downloads Updates Order Info Order Online Customer Comments Customers Support Solutions FAQ Editors Java HTML Perl JSP JavaScript PHP VBScript Velocity XML |
Both JPad Pro and SitePad Pro support the Java IDE. Java features include support for Sun's Java tools, ANT, java build and rebuild commands, visual debugger, code folding (outlining), smart keys, smart indent, code completion, syntax coloring, Jad (a Java decompiler) and source code browser. ![]() Editing Java with JPad ProUse the Java commands to easily build, debug and run Java programs. F1 keyword help is available for JavaDocs. Just place the caret in a Java keyword, class or variable and hit F1 to get help. The Java IDE will work with any JDK version including version 5 and it is easy to switch between JDK versions. If you are new to Java and to programming, we recommend
Java in Easy Steps
Smart CompleteThe Java IDE includes smart complete (often called auto complete). Smart complete can use any JDK version and your own libraries. If source code is not available then smart complete will get its information from class files. To use smart complete type a ctrl + space or a '.' + <tab>. You can also just pause after typing a '.' (if you turn that option on by going to View/Smart Keys...). Project SupportCreating a Java project that includes existing files is easy. For example, to create a project that will build a debug version for all java.* classes do the following:
Building the java project will result in debug versions of all the classes in java and its subfolders. Now when you debug and step into a java.* class debug information will be available including local variables.
Browsing Source CodeTo inspect the source code you can use the class panel located in the workspace panel. The class panel includes each class and its methods and fields. Double clicking on an item in the class view will open the corresponding source code for that item. You can also open the source code for any errors generated from the compiler or from the runtime by just double clicking on the error. Specialized ToolsIn addition there are a number of specialized Java tools. The Java IDE includes support for Jad (a Java decompiler) and ANT.
|
|||||||||
|