2010-04-03 07:42:06 -04:00
|
|
|
NetBeans 6.8 on OpenBSD
|
|
|
|
=======================
|
|
|
|
|
|
|
|
1. Help System
|
|
|
|
--------------
|
|
|
|
|
|
|
|
NetBeans relies on the presence of a firefox binary for access to
|
|
|
|
the online help system. Firefox is not set up as a runtime dependency
|
|
|
|
as this dependency is optional.
|
|
|
|
|
2010-07-09 03:34:07 -04:00
|
|
|
If you have Firefox 3.5 on your system you may want to set up the
|
|
|
|
following symbolic link:
|
2010-04-03 07:42:06 -04:00
|
|
|
|
|
|
|
ln -s /usr/local/bin/firefox35 /usr/local/bin/firefox
|
|
|
|
|
|
|
|
You can also customize this setting within the IDE by going to
|
|
|
|
Tools> Options> General> Web Browser.
|
|
|
|
|
2010-07-09 03:34:07 -04:00
|
|
|
2. Font issues in the output window
|
2010-04-03 07:42:06 -04:00
|
|
|
-----------------------------------
|
|
|
|
|
|
|
|
After hitting the Clean & Build or the Run buttons from
|
|
|
|
within the IDE, the output window will show square boxes
|
|
|
|
instead of fonts.
|
|
|
|
|
|
|
|
Bug 145696 was filed but marked as WONTFIX by NetBeans developers:
|
|
|
|
https://netbeans.org/bugzilla/show_bug.cgi?id=145696
|
|
|
|
|
2010-07-09 03:34:07 -04:00
|
|
|
3. Native Libraries
|
2010-04-03 07:42:06 -04:00
|
|
|
-------------------
|
|
|
|
|
2010-07-09 03:34:07 -04:00
|
|
|
The profiler module is not included in the port. Additionally,
|
2010-04-03 07:42:06 -04:00
|
|
|
the following modules, although included, contain native code which
|
|
|
|
will likely not work:
|
2010-07-09 03:34:07 -04:00
|
|
|
- cnd
|
|
|
|
- dlight
|
|
|
|
- ruby
|
2010-04-03 07:42:06 -04:00
|
|
|
|