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 168935

Summary: E} is appended to user directory of every NetBeans Platform Application
Product: platform Reporter: dandubois <dandubois>
Component: Launchers&CLIAssignee: t_h <t_h>
Status: RESOLVED FIXED    
Severity: blocker CC: kiyut
Priority: P2    
Version: 6.x   
Hardware: Macintosh   
OS: All   
URL: http://forums.netbeans.org/post-42207.html
Issue Type: DEFECT Exception Reporter:

Description dandubois 2009-07-21 22:00:34 UTC
To recreate the problem:

Create a new NetBeans Platform Application and build a zip distribution.
Run the distribution and look at the name of your application's user directory.
You will see that it has a E} appended to it.

For example if my application is called 'testsuite', my user directory will be called '.testsuiteE}'.

I have reproduced this on WinXP and OS X Tiger.
Comment 1 kiyut 2009-07-22 02:57:16 UTC
Same issues here. I noticed that this bug is only for Netbeans 6.7 (previous netbeans version does not exhibit this bug).
I also noticed it is happened on Windows XP. it does not happen on Linux.
Comment 2 rmichalsky 2009-07-24 16:25:59 UTC
Reproducible
Comment 3 rmichalsky 2009-07-24 17:19:25 UTC
Looks like a launcher issue, generated app.conf file is correct, but as soon as I can get to netbeans.user property in
Java code (in o.n.MainImpl#execute in bootstrap), it already contains wrong value. Tomasi, please evaluate.
Comment 4 t_h 2009-07-27 09:14:05 UTC
core-main #90507e455a56
Comment 5 Jesse Glick 2009-07-27 16:43:36 UTC
*** Issue 169215 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2009-07-27 18:18:24 UTC
Integrated into 'main-golden', will be available in build *200907271401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/90507e455a56
User: Tomas Holy <t_h@netbeans.org>
Log: #168935: E} is appended to user directory of every NetBeans Platform Application