Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How should WindowBuilder be configured to work on Linux?

0
10 Posted

How should WindowBuilder be configured to work on Linux?

0
10

To use WindowBuilder in Linux, we recommend that you use an official JDK from Sun, not the (buggy) GPL version of Java that most vendors ship. Here are some setup instructions for using Sun’s java with Fedora Core and Debian. Note that use of a non-Sun JDK can result in Eclipse locking up. Using Sun’s Java with Fedora Core: • Download and Unpack Sun’s JDK .bin format. • If you wish to use java on the command line or with other programs besides eclipse add the following to your /etc/profile JAVA_HOME = PATH= $PATH:$JAVA_HOME/bin Export JAVA_HOME PATH • Install Sun’s java as alternative #/usr/sbin/alternatives -install /usr/bin/java java 2 • Switch to the new alternative #/usr/sbin/alternatives -config java Select option 2 • Test #/usr/sbin/alternatives -display java You should see java pointing to the Sun JDK. Using Sun’s Java with Debian: • Download Sun JDK in .bin format • fakeroot make-jpkg .bin This creates a .deb package. • sudo dpkg -i .deb •

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123