This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241386 - -userdir parameter not working on linux
Summary: -userdir parameter not working on linux
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-04 13:15 UTC by unai
Modified: 2014-02-05 12:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description unai 2014-02-04 13:15:20 UTC
[ JDK VERSION : other ]

GNU/Linux x64, KDE, OpenJDK

From "Form Editor - Form File Compatibility Test Specification", NetBeans IDE
8.0 Full Testing - NetCAT

STEPS:
   * Launch NB via commandline with userdir parameter: ./bin/netbeans -userdir
../foo/bar

ACTUAL:
   NB tries to launch, but keeps rebooting forever, and you have to CTRL+C to
exit.

EXPECTED:
   NB opens using specified userdir
Comment 1 Marian Mirilovic 2014-02-05 07:18:18 UTC
try --userdir
Comment 2 unai 2014-02-05 12:24:41 UTC
True, the double dash fixes the issue. I will update the Test Specification accordingly