alper
Posts: 2
Joined: Fri Oct 07, 2005 4:03 pm
Location: Vancouver, BC

Limitation on text field for a System property ?

Hi,

I tried to set a System property for a Java application. But the value
field seems to have a character limit. Is there a way around this
problem ?

Naim
Mike
Posts: 292
Joined: Wed Jun 01, 2005 10:50 am
Location: Craiova, Romania
Contact: Website

Hi,

The entire JVM parameters string is limited to 255 characters.

However, there is a work around this. You can create one or more properties (in the "Install Parameters" page) to hold the value that you require. Then, you should use these properties as the value for your Java property, since that is a formatted text field.

Regards,
Mihai
Mihai Bobaru
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”