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 102589

Summary: SJSAS default installation path shouldn't contain spaces
Product: installer Reporter: Petr Blaha <blaha>
Component: NBIAssignee: Kirill Sorokin <ksorokin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Blaha 2007-04-26 10:16:34 UTC
Due issue #100718 the SJSAS default installation shouldn't contain spaces.
Please, use C:\Sun default path for M9.
Comment 1 Kirill Sorokin 2007-04-26 10:22:44 UTC
To conform (at least partially) with the SJSAS's own installer, the default
installation directories should be:

Windows:
   * C:\Sun\AppServer

Linux:
   * ~/SUNWappserver (non-root)
   * /usr/local/SUNWappserver (root)

Solaris:
   * ~/SUNWappserver (non-root)
   * /opt/SUNWappserver (root)

Mac OS:
   * ~/SUNWappserver (non-root)
   * /Applications/SUNWappserver (root)
Comment 2 Petr Blaha 2007-04-26 10:27:18 UTC
The proposal seems fine for me. Thanks
Comment 3 Kirill Sorokin 2007-04-26 15:39:39 UTC
-> FIXED