Archive:Development/Languages/Java (zh CN)

    From KDE TechBase
    Revision as of 13:55, 19 February 2009 by Hualiang.miao (talk | contribs) (New page: {{Template:I18n/Language Navigation Bar|Development/Languages/Java}} Java support for KDE is now fairly significant, you can add applet support to your KDE applications, and with the Qt/...)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


    Development/Languages/Java


    Java support for KDE is now fairly significant, you can add applet support to your KDE applications, and with the Qt/KDE Java bindings you can even develop KDE apps in Java. Issues relating to Java support for KDE should be discussed on the kde-java mailing list (though applet issues are usually discussed on kfm-devel).

    • QtJava和KDEJava (Koala)
      The QtJava and KDEJava (Koala) bindings developed by Richard Dale allow you to create Qt and KDE applications using Java. The code uses JNI to allow Java code to access KDEs native widgets. These bindings can be found in the kdebindings模块 of the KDE Subversion repository (Instructions).
    • KDE Java Applet Server (KJAS)
      KJAS allows KDE applications to embedd Java applets. It uses a pure Java server to run the applets, which it communicates with using standard UNIX pipes. KDE程序员可以用一个特别的KJavaAppletWidget在应用程序中显示Applets。KJAS已经可以实际使用了。
    • QtAWT
      The QtAWT is a port of the peer classes underlying the Java AWT to the Qt toolkit, in future it will also use the KDE widgets. QtAWT目前尚未完成,不过已经可以使用了,也许你可以让他更加成熟。
    • 邮件列表 (Archives)
      有一个邮件列表专门讨论KDE上的JAVA议题。 It is a fairly low-traffic list aimed at developers with an interest in writing Java applications for KDE and/or writing and maintaining the Java bindings.