I'm working on a program that controls a camera using VISCA commands over a USB/Serial interface. In my situation, (Windows 8.1) the COM port that is showing up is COM3.
If I run the program from the Debugger/Release/Java -jar it works fine BUT if I install it (using B4JPackager to create the install package) and I then try to run it, the program terminates (with NO error messages that I can see) on the "myserial.open("COM3").
This command is inside a TRY/Catch and the catch never triggers. When I run it from the Command line (java -jar <pgm.jar>) it runs fine...
Are there other logs I can grab to see what is going on ? I put Log statements all the way thru the code to figure where it's apparently aborting...
Any suggestions?
Thanks,
Gary Miyakawa
If I run the program from the Debugger/Release/Java -jar it works fine BUT if I install it (using B4JPackager to create the install package) and I then try to run it, the program terminates (with NO error messages that I can see) on the "myserial.open("COM3").
This command is inside a TRY/Catch and the catch never triggers. When I run it from the Command line (java -jar <pgm.jar>) it runs fine...
Are there other logs I can grab to see what is going on ? I put Log statements all the way thru the code to figure where it's apparently aborting...
Any suggestions?
Thanks,
Gary Miyakawa