Git Product home page Git Product logo

Comments (1)

theuserbl avatar theuserbl commented on June 12, 2024

Same thing on Knoppix. There it loads the 32bit system. So there are 32bit addesses mentioned. But same error output.
Thats the problem, if people using - for what reason ever - SWT instead of Swing or AWT.

If a program is written with Swing, it runs everywhere, where Java is installed. The native Java-dependencies on Linux/Unix for the GUI is only Motif. And that comes with Java itself. So it needs only X11. SWT on the other side, needs a special version of GTK+, which is not included in the SWT-package.

Normally there exiting one big rule for Java-programs: Let the native-parts as less as possible.
For the GUI you don't need any native parts, because of Swing.
You only need them, if you want - for example - to create games using OpenGL, then you have to use libraries like jogl, which using native code.
But there is also the disadvantage, that the programs then only run on all platforms, for which the right native libs are added. But for using OpenGL you have no other option, then going that way.

from standalone-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.