How to Install Eclipse on a Puppy Java Client

104 13
    • 1). Navigate to the Eclipse website (see Resources). Click to download the package that suits your preference.

    • 2). Double-click the .gz file to unzip its contents.

    • 3). Open Linux terminal. Click "Applications Menu" and select "Accessories." Click to open "Terminal." Linux terminal is a command line prompt used to run Linux commands.

    • 4). Type the following script to run Eclipse:

      export LD_LIBRARY_PATH=/opt/eclipse-gtk-2.1/eclipse:$LD_LIBRARY_PATH

      cd /opt/eclipse-gtk-2.1/eclipse

      eclipse -ws gtk

    • 5). Wait till you see the Eclipse welcome screen. You are ready to create new projects in Eclipse.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.