Differences

This shows you the differences between two versions of the page.

Link to this comparison view

netbeansintegration [2020/04/26 03:33] – external edit 127.0.0.1netbeansintegration [2020/05/10 16:02] (current) – removed admin
Line 1: Line 1:
-===== Installation: NetBeans ===== 
- 
-==== Installation Step ==== 
-=== New Installation === 
-  - In [[NetBeans|NetBeans]], select //File / Open//. 
-  - In //Open Project// screen Locate //TestOptimal// HOME folder or enter it in //File name// field and click //Open Project// button. 
-      {{http://testoptimal.com/img/install/NB_openProj.jpg?300x300}}  
-  - copy all files from HOME folder in the de-compressed folder to HOME folder of your existing installation. When prompted if ok to override the existing files, select ok/yes. 
-  - if you have any jar packages installed in your previous release, you will need to re-add them back to the build path. 
- 
-=== Upgrade from Previous Version  === 
-  - copy all files and subfolders from unzipped HOME folder to HOME folder of your existing installation. When prompted if ok to override the existing files, select ok/yes. 
-  - if you have other jar packages in the previous release, you will have to add them back to the build path. 
- 
----- 
-==== Enter License Key ==== 
-After //TestOptimal// is installed into Eclipse workspace, you can proceed to enter the license key. 
- 
-You can start //TestOptimal// in several ways: 
-  * Right-mouse click on the project and select "Run" 
-  * run //startTestOptimalServer.bat// in root folder of //TestOptimal// installation folder. 
- 
-Click [[http://localhost:8888|http://localhost:8888/]] to open [[navigation | TestOptimal IDE]]. 
- 
-The //Manage License// dialog should open if the license key has never been entered before or the license key has expired.  If //Manage License// dialog does not open, select //Help / Manage License// menu to open //Manage License// dialg. 
- 
-Enter your email address and the license key you received and click Save button. 
- 
-Be sure to stop //TestOptimal// server before you start JUnit test case.