740 likes | 765 Views
Netbeans and OVMS Guenter Fauser HP Bad Homburg. Netbeans and Open VMS Overview. Netbeans Introduction Netbeans Installation Netbeans Configuration Netbeans Create Open VMS Project (3GL) Netbeans Using XTERM with OVMS 3GL Project Netbeans Debug OVMS 3GL Project Netbeans and Java.
E N D
Netbeans and OVMS Guenter Fauser HP Bad Homburg
Netbeans and Open VMSOverview • Netbeans Introduction • Netbeans Installation • Netbeans Configuration • Netbeans Create Open VMS Project (3GL) • Netbeans Using XTERM with OVMS 3GL Project • Netbeans Debug OVMS 3GL Project • Netbeans and Java
NetBeans IDE DebugServer DNB plug in Compile, @com, etc RMI The Anatomy of Distributed NetBeans Desktop Machine OpenVMS Server IDE Server UserServer OpenVMSfilesystem Desktopfilesystem FTP/CIFS RMI Java Remote Method Invocation
What is NetBeans? • 100% Java – runs anywhere there’s a JVM • Current version is 6.0 (5.1.1) • Sun-Sponsored Open-Source Integrated Development Environment • Feature-rich, drag-n-drop GUI creation, JSPs, Web services, excellent debugging • Extensible via plug-ins • Positioned as platform and IDE • Supports other languages (C/C++, XML, HTML, Fortran, Basic, Pascal, Cobol) • Competes with Eclipse
Netbeans Installation Guenter Fauser HP Bad Homburg
Installation of Netbeans 5.5.1http://www.netbeans.org Release
Installation of Netbeans 5.5.1http://www.netbeans.org 12/04/2007, 23:00 IDE 200704122300 NetBeans IDE 5.5.1 fcs build
Installation of Netbeans 5.5.1http://www.netbeans.org Download Windows English or Deutsch
Installation of Netbeans 5.5.1http://www.netbeans.org • Important Note for De-Installation C:/Documente und Einstellungen/<user>/netbeans After de-installation, delete this folder because otherwise a new installation may fail
Installation of OVMS Netbeans Serverhttp://h71000.www7.hp.com/openvms/products/ips/netbeans/
Installation of OVMS Netbeans Serverhttp://h71000.www7.hp.com/openvms/products/ips/netbeans OVMS Client Module OVMS Netbeans Server for AXP & IA64
Installation of OVMS Netbeans Serverhttp://h71000.www7.hp.com/openvms/products/ips/netbeans • Copy distnbopenvms55_T55FT3_1.nbm to your Desktop PC. • Install Netbeans OpenVMS Server following the instructions in the “Distributed NetBeans for Open VMS” installalation Guide. • Start the IDE Server @sys$startup:ide$startup.com • Configure the Netbeans IDE on your Desktop
Netbeans Configuration Guenter Fauser HP Bad Homburg
Configure the Netbeans IDE ClientAdd and connect to Remote Server • Start the Netbeans IDE 5.5.1
Configure the Netbeans IDE ClientAdd and connect to Remote Server 1 Check Manual Download 2 3
Configure the Netbeans IDE ClientAdd and connect to Remote Server 4 5 Enter path to disnb55_T55FT3_1.nbm Netbeans Client module
Configure the Netbeans IDE ClientAdd and connect to Remote Server 6
Configure the Netbeans IDE ClientAdd and connect to Remote Server 7
Configure the Netbeans IDE ClientAdd and connect to Remote Server 8 9
Configure the Netbeans IDE ClientAdd and connect to Remote Server 11 10
Configure the Netbeans IDE ClientAdd and connect to Remote Server 12
Configure the Netbeans IDE ClientAdd and connect to Remote Server 13 Enter Node name, User name and Password 14
Configure the Netbeans IDE ClientAdd and connect to Remote Server 15
Configure the Netbeans IDE ClientAdd and connect to Remote Server 16 17
Configure the Netbeans IDE ClientAdd and connect to Remote Server We are connected !
Create OVMS Project Guenter Fauser HP Bad Homburg
Create OVMS Netbeans ProjectName the Project Name Project, for Example: Test1 6 5
Create OVMS Netbeans ProjectSelect type of communication 9 Select FTP based file system 10
Create an OVMS Netbeans ProjectSpecify remote and local path 11 Enter OVMS Directory path 12 Enter local Directory path 13
Create an OVMS Netbeans ProjectCreate a C source file from template 15 14 16
Create an OVMS Netbeans ProjectCheck synchronization of remote/local Note: Local and remote sides are UpToDate
Create an OVMS Netbeans ProjectRequest remote compile 17 18 Add an printf() for Hello output 19
Create an OVMS Netbeans ProjectCheck for compile errors As expected, the compilation shows errors in the Output Window
Create an OVMS Netbeans ProjectAnother compile request After correcting the printf() and adding stdio.h, the compilation finished without error
Create an OVMS Netbeans ProjectCreate DCL .COM file for remote LINK 1 2
Create an OVMS Netbeans ProjectSelect OVMS DCL type of file to create 4 3 5
Create an OVMS Netbeans ProjectAdd commands to the .COM template 6 Compile and link command to be executed
Create an OVMS Netbeans ProjectRequest remote execute of .COM file 7 8
Create an OVMS Netbeans ProjectOpenVMS Link using DCL COM file