System.out.println
Alexander Gromnizki <[email protected]>
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Organization | Ora pro nobis |
| Message-ID | <[email protected]> |
Hi, All! I've compiled kaffe-1.1.8 on FreeBSD 6.0 with tiny patch as described at <http://www.kaffe.org/pipermail/kaffe/2007-June/104986.html>. AWT examples from libraries/javalib/external/classpath/examples like gnu/classpath/examples/awt/Demo works fine, but I have some troubles with "hello, world" programs. % java gnu/classpath/examples/management/TestOS % I.e. it outputs nothing! Problem is in System.out.println() function. Why it doesn't print anything?