1 / 74

Netbeans and OVMS Guenter Fauser HP Bad Homburg

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.

Download Presentation

Netbeans and OVMS Guenter Fauser HP Bad Homburg

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Netbeans and OVMS Guenter Fauser HP Bad Homburg

  2. 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

  3. Netbeans Integrated Development Environment

  4. 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

  5. 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

  6. Netbeans and Open VMS ?

  7. Netbeans Installation Guenter Fauser HP Bad Homburg

  8. Installation of Netbeans 5.5.1http://www.netbeans.org

  9. Installation of Netbeans 5.5.1http://www.netbeans.org

  10. Installation of Netbeans 5.5.1http://www.netbeans.org 5.5.1

  11. Installation of Netbeans 5.5.1http://www.netbeans.org Release

  12. Installation of Netbeans 5.5.1http://www.netbeans.org 12/04/2007, 23:00 IDE 200704122300 NetBeans IDE 5.5.1 fcs build

  13. Installation of Netbeans 5.5.1http://www.netbeans.org Download Windows English or Deutsch

  14. 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

  15. Installation of OVMS Netbeans Serverhttp://h71000.www7.hp.com/openvms/products/ips/netbeans/

  16. Installation of OVMS Netbeans Serverhttp://h71000.www7.hp.com/openvms/products/ips/netbeans OVMS Client Module OVMS Netbeans Server for AXP & IA64

  17. 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

  18. Netbeans and Open VMS ?

  19. Netbeans Configuration Guenter Fauser HP Bad Homburg

  20. Configure the Netbeans IDE ClientAdd and connect to Remote Server • Start the Netbeans IDE 5.5.1

  21. Configure the Netbeans IDE ClientAdd and connect to Remote Server 1 Check Manual Download 2 3

  22. Configure the Netbeans IDE ClientAdd and connect to Remote Server 4 5 Enter path to disnb55_T55FT3_1.nbm Netbeans Client module

  23. Configure the Netbeans IDE ClientAdd and connect to Remote Server 6

  24. Configure the Netbeans IDE ClientAdd and connect to Remote Server 7

  25. Configure the Netbeans IDE ClientAdd and connect to Remote Server 8 9

  26. Configure the Netbeans IDE ClientAdd and connect to Remote Server 11 10

  27. Configure the Netbeans IDE ClientAdd and connect to Remote Server 12

  28. Configure the Netbeans IDE ClientAdd and connect to Remote Server 13 Enter Node name, User name and Password 14

  29. Configure the Netbeans IDE ClientAdd and connect to Remote Server 15

  30. Configure the Netbeans IDE ClientAdd and connect to Remote Server 16 17

  31. Configure the Netbeans IDE ClientAdd and connect to Remote Server We are connected !

  32. Netbeans and Open VMS ?

  33. Create OVMS Project Guenter Fauser HP Bad Homburg

  34. Create OVMS Netbeans ProjectCreate New Project 1 2

  35. Create OVMS Netbeans ProjectSelect type of Project 3 4 5

  36. Create OVMS Netbeans ProjectName the Project Name Project, for Example: Test1 6 5

  37. Create OVMS Netbeans ProjectSetup for remote Server 7 8

  38. Create OVMS Netbeans ProjectSelect type of communication 9 Select FTP based file system 10

  39. Create an OVMS Netbeans ProjectSpecify remote and local path 11 Enter OVMS Directory path 12 Enter local Directory path 13

  40. Create an OVMS Netbeans ProjectCreate a C source file from template 15 14 16

  41. Create an OVMS Netbeans ProjectCheck synchronization of remote/local Note: Local and remote sides are UpToDate

  42. Create an OVMS Netbeans ProjectRequest remote compile 17 18 Add an printf() for Hello output 19

  43. Create an OVMS Netbeans ProjectCheck for compile errors As expected, the compilation shows errors in the Output Window

  44. Create an OVMS Netbeans ProjectAnother compile request After correcting the printf() and adding stdio.h, the compilation finished without error

  45. Create an OVMS Netbeans ProjectCreate DCL .COM file for remote LINK 1 2

  46. Create an OVMS Netbeans ProjectSelect OVMS DCL type of file to create 4 3 5

  47. Create an OVMS Netbeans ProjectAdd commands to the .COM template 6 Compile and link command to be executed

  48. Create an OVMS Netbeans ProjectRequest remote execute of .COM file 7 8

  49. Create an OVMS Netbeans ProjectOpenVMS Link using DCL COM file

  50. Create an OVMS Netbeans ProjectRun OpenVMS EXE file 1 2

More Related