I am unable to INSTALL NetBeans 5.5.1 ML and NetBeans Mobility Pack 5.5.1 . when i try to install Netbeans 5.5.51 i get this message"No Java Development Kit (KIT) was found on this SYSTEM" when i click on OK button the next message appears"A suitable JVM could not be found. Please select a JVM by selecting its java.exe file." tell me in details that how to install these softwares, if i need any other software before installing these softwares then tell me where to DOWNLOAD & what to DOWNLOAD. i willl give 5 stars to him who's instruction let me to install NetBeans Mobility Pack 5.5.1. THANK YOU The source code for the UI component set is also open source and available for download at: https://woodstock.dev.java.net
The NetBeans Platform is a reusable framework for simplifying the development of other desktop applications. When an application based on the NetBeans Platform is run, the platform's Main class is executed. Available modules are located, placed in an in-memory registry, and the modules' startup tasks are executed. Generally, a module's code is loaded into memory only as it is needed.
Applications can install modules dynamically. Any application can include the Update Center module to allow users of the application to download digitally-signed upgrades and new features directly into the running application. Reinstalling an upgrade or a new release does not force users to download the entire application again.
The platform offers services common to desktop applications, allowing developers to focus on the logic specific to their application. Among the features of the platform are:
* User interface management (e.g. menus and toolbars)
* User settings management
* Storage management (saving and loading any kind of data)
* Window management
* Wizard framework (supports step-by-step dialogs)
NetBeans Mobility Pack
The NetBeans Mobility Pack [1] is a tool for developing applications that run on mobile devices; generally mobile phones, but this also includes entry-level PDAs, among others.
The Mobility Pack can be used to write, test, and debug applications for the Java Micro Edition platform (Java ME platform) technology-enabled mobile devices. It integrates support for the Mobile Information Device Profile (MIDP) 2.0, the Connected Limited Device Configuration (CLDC) 1.1, and Connected Device Configuration (CDC). One can easily integrate third-party emulators for a robust testing environment. Currently, the pack is available as two separate clusters, one covering CDC and the other, CLDC devices.
NetBeans Profiler
The NetBeans Profiler is a tool for the optimization of Java applications: It helps you find memory leaks and optimize speed.
The Profiler is based on a Sun Laboratories research project that was named JFluid. That research uncovered specific techniques that can be used to lower the overhead of profiling a Java application. One of those techniques is dynamic bytecode instrumentation, which is particularly useful for profiling large Java applications. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler is able to obtain runtime information on applications that are too large or complex for other profilers. NetBeans IDE 6.0 will support Profiling Points that let you profile precise points of execution and measure execution time.
NetBeans C/C++ Pack
The NetBeans C/C++ Pack [3] adds support for C/C++ developers to NetBeans IDE 5.5.
This pack lets C/C++ developers use their specified set of compilers and tools in conjunction with NetBeans IDE to build native applications for e.g. MS Windows, Linux, and Solaris. The pack makes the editor language-aware for C/C++, and provides project templates, a dynamic class browser, make file support, and debugger functionality. Developers can also extend the pack with their own additional functionalities.
NetBeans Enterprise Pack
The NetBeans Enterprise Pack extends support for Enterprise application development and Web services in NetBeans IDE 5.5.
The Enterprise Pack extends the IDE's capabilities to write, test and debug service-oriented architecture (SOA) applications using XML, BPEL, and Java web services. The pack adds visual design tools for UML modeling, XML schema, and web services orchestration, and support for secure identity-enabled web services. It also installs and configures the necessary runtimes, including a BPEL engine and identity management server integrated with Sun Java System Application Server.
NetBeans Visual Web Pack
The Netbeans Visual Web Pack provides an easy and intuitive drag and drop interface for developers to create rich UIs for web development. These components are based on JSF and help in easy development for user interfaces. This visual web pack is considered to be a much better and improved version with a lot of good features compared to the previous releases of sun java studio creator.
The source code for the UI component set is also open source and available for download at: https://woodstock.dev.java.net
NetBeans Ruby Pack
The upcoming 6.0 version of Netbeans will allow IDE development with Ruby and JRuby, as well as Rails for these two implementations of Ruby. A NetBeans Ruby Pack preview is available since Milestone 7 release of NetBeans 6.
The Ruby Pack includes editor functionalities as :
* basic editing,
* syntax highlighting for Ruby
* code completion,
* occurrence highlighting,
* integrated documentation pop-ups for Ruby API calls,
* semantic analysis with highlighting of parameters and unused local variables,
* Ruby code debugging.
It is also possible to create directly Ruby projects or Ruby on Rails projects, using the reference Ruby implementation, or using JRuby (the Java implementation of Ruby).
NetBeans JavaScript Editor
NetBeans JavaScript Editor provides extended support for Javascript and CSS.
Features:
1. JavaScript editor:
* syntax highlighting,
* code completion for native objects and functions,
* all NetBeans editor's features,
* generation of JavaScript class skeleton,
* generation of AJAX callback from a template;
2. CSS editor extension:
* code completion for styles names,
* quick navigation through the navigator panel,
* display CSS rule declaration in a List View,
* display file structure in a Tree View,
* sort the outline view by name, type or declaration order (List & Tree),
* create rule declaration (Tree only),
* refactor a part of a rule name (Tree only). |