Java package: Difference between revisions
Jump to navigation
Jump to search
→Compile and install the package in Octave
Carandraug (talk | contribs) (→Which TEX symbols are implemented in the dialog functions?: using html code to enter = as it breaks Template:Codeline) |
|||
Line 117: | Line 117: | ||
===Compile and install the package in Octave=== | ===Compile and install the package in Octave=== | ||
[[Octave_Forge#installing_packages|Install the package]] from octave-forge. | [[Octave_Forge#installing_packages|Install the package]] from octave-forge. | ||
Note: | |||
On Windows (MinGW) systems the Java package can be (slightly) miscompiled; until now errors have only been reported when using Java Swing stuff. To fix this, the following compiler flags have to be added: | |||
-Wl,--kill,-at to the $(MKOCTFILE) in the Makefile | |||
see: | |||
[http://sourceforge.net/mailarchive/forum.php?thread_name=CAB-99LuCbL3u0LmZuAmneRb_0G8pjmyha9viFpncMnjC%3DeBxJA%40mail.gmail.com&forum_name=octave-dev] | |||
(scroll down a bit for the relevant postings) | |||
===Test the java package installation=== | ===Test the java package installation=== |