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 146941

Summary: NetBeans can`t start on OpenBSD
Product: platform Reporter: dlipin <dlipin>
Component: -- Other --Assignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jrechtacek
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dlipin 2008-09-11 13:32:09 UTC
It worked fine with build 200809050201 but it does not work anymore with 200809101401.

On startup the following message is thrown in the console:
netbeans/bin/../platform9/lib/nbexec[502]: ${x:${#dir}}: bad substitution
Exception in thread "main" java.lang.NoClassDefFoundError: org/netbeans/Main

Looks like the problem is in o.n.bootstrap/launcher/unix/nbexec, line 189:
subx=${x:${#dir}}

And likely the regression of 146491.
Comment 1 Jiri Rechtacek 2008-09-11 13:34:45 UTC
Will be fixed ASAP.

*** This issue has been marked as a duplicate of 146873 ***