PDA

View Full Version : NetBeans IDE


GiudiceLab
10-09-2009, 06:40 AM
Our lab is expanding, so we are considering integrating our software development with NetBeans to help us stay organized. Has anyone else done this? Will we be able to develop scripts in NetBeans that we can then run in the Vizard environment? Can we use the Vizard libraries directly in NetBeans? Thanks in advance for your input.

farshizzo
10-09-2009, 09:44 AM
You should be able to develop Vizard scripts using any IDE you wish. In order for the scripts to be properly executed, you need to tell the IDE to launch your script using winviz.exe in the Vizard/bin folder. Most IDEs I've encountered allow you to modify the command line for script execution, so I'm assuming this should also be possible with NetBeans.

GiudiceLab
10-09-2009, 09:59 AM
Thank you for your input on this as well as your help with the configuration files.