Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.0, 11.0
Description
netbeans/harness/etc/app.conf has this:
default_cachedir=""${DEFAULT_CACHEDIR_ROOT}/dev"
The extra double quote causes RCP-generated apps from loading on Linux with:
Syntax error: unterminated quoted string
Changing to:
default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
in app.conf fixes the generated builds.
Attachments
Issue Links
- is duplicated by
-
NETBEANS-2566 NB platform app fails to start
- Closed
- is related to
-
NETBEANS-2874 app.conf + launcher does not work on OSX
- Closed
- links to