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 - NetBeans can`t start on OpenBSD
Summary: NetBeans can`t start on OpenBSD
Status: RESOLVED DUPLICATE of bug 146873
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-11 13:32 UTC by dlipin
Modified: 2008-12-22 14:52 UTC (History)
1 user (show)

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 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 ***