Page 1 of 1

JP1 Tools Installer

Posted: Sun Dec 11, 2005 11:24 am
by dexxus
I created an installer for the main JP1 tools

After the install RM throws this error:
...
Caused by: java.lang.NumberFormatException: For input string: "0Remote Address (1 to 32) "
...
Is it possible it's caused by the new JRE (1.5.0.06), or am I missing some files/settings?

Paul

Posted: Sun Dec 11, 2005 12:04 pm
by gfb107
Nope, there's a syntax error in protocols.ini
There's a comma missing on line 603, at column 60, between the "0" and "Remote"
Your installer didn't create that syntax error, it's in the latest release of RM.

I'll release a fix for RM as soon as Rob gets back to me on the changes I made for OBJ file support.

Posted: Sun Dec 11, 2005 12:35 pm
by The Robman
gfb107 wrote:I'll release a fix for RM as soon as Rob gets back to me on the changes I made for OBJ file support.
Please don't make me the road-block here as I don't know when I'm going to be able to get to this.

Posted: Sun Dec 11, 2005 2:29 pm
by dexxus
Thanks. I updated protocols.ini and the installer.

BTW, I'd appreciate any input on the installer (good and bad - especially bad :twisted: ) as I'm working on a more flexible setup file
(using Inno Setup / Delphi Pascal) which will "see" previous setting, current JRE, and allow users to select any location, file structure, etc.
and I'd like to make installations and updates easier for as many people as possible, including the experts (!).

Paul