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.

View | Details | Raw Unified | Return to bug 23140
Collapse All | Expand All

(-)core/release/bin/runide.sh (-2 / +1 lines)
Lines 172-179 Link Here
172
fi
172
fi
173
173
174
if [ -f /usr/j2se/opt/javahelp/lib/jhall.jar ]; then
174
if [ -f /usr/j2se/opt/javahelp/lib/jhall.jar ]; then
175
    echo "WARNING: workaround active for Solaris/JavaHelp packaging bug"
175
    # See http://www.netbeans.org/issues/show_bug.cgi?id=22455
176
    echo "See: http://www.netbeans.org/issues/show_bug.cgi?id=22455"
177
    parse_args "-J-Xbootclasspath/p:${idehome}/lib/ext/jh.jar"
176
    parse_args "-J-Xbootclasspath/p:${idehome}/lib/ext/jh.jar"
178
fi
177
fi
179
178

Return to bug 23140