TestingOfNetbeans6.0InOpenJDKAndIcedTea
Testing of Netbeans 6.0 functionality on OpenJDK and IcedTea
Here's result of short testing of Netbeans 6.0 on JDK 1.7 , specifically IcedTea 1.7.0-b21 from Ubuntu repository and OpenJDK version 1.7.0-ea b23.
Most important issue known on JDK 1.7 is Issue122202 Cannot create a new project (This issue was reproduced also on openjdk-6-b03).
This issue causes hanging of IDE each time I create any project or file (with exception of web service and web service client, in some cases),
, so IDE must be closed from outside. Afterwise I can open this project / file normally and work with it, with exception of BPEL Module, which is created broken Issue123038. Table below contains list of all features tested.
| Feature | OpenJDK | Icedtea |
|---|---|---|
| Installation of Full IDE with Glassfish v2 | OK | Bundled Glassfish v2 can't create domain,if installed on IcedTea -> I had to use JDK1.6 instead (Issue 122030) |
| Start/Stop Glassfish from Runtime tab | OK | OK |
| New Web Project | Issue 122202 | Issue 122202 |
| Open Web Project | OK | OK |
| New Web Service | Issue 122202 | OK |
| New Web Service Client | not tested | OK |
| Test Web Service feature | OK | OK |
| Deploy Web Application with Web Service | OK | OK |
| Run Web Application with Web Service | OK | OK |
| Debug Web Application | OK | OK |
| Stop on breakpoint in Servlet | OK | OK |
| Continue after stopped on breakpoint | OK | OK |
| New Enterprise Application (WAR+EJB+AppClient) | Issue 122202 | Issue 122202 |
| New JSP Page | Issue 122202 | Issue 122202 |
| New HTML Page | Issue 122202 | Issue 122202 |
| New Servlet/Java Class | Issue 122202 | Issue 122202 |
| New XML File | Issue 122202 | Issue 122202 |
| New Ruby Application | Issue 122202 | Issue 122202 |
| New Ruby File | Issue 122202 | Issue 122202 |
| New UML Module | Issue 122202 | Issue 122202 |
| Open UML module | Issue 123038 | Issue 123038 |
| New BPEL Module | Issue 122202 | Issue 122202 |
| Open BPEL Module / Process | Issue 123046 | Issue 123046 |
| New Visual Web JSF Page | Issue 122202 | Issue 122202 |
| Add Label,Button into VWJSF Page | OK | OK |
| Invoke Code Completion in Java/JSP/XML | OK | OK |
| Reformat Code / Fix Imports | OK | OK |
| Plugins functionality | OK | OK |
| Install JAX-RPC plugin | OK | OK |
| Options functionality | OK | OK |

