0

I have successfully installed easypeasy in an Asus EeePC. I want to use the authoring programm Hot Potatoes, which is/uses a Java application (sorry for my poor technical vocabulary). It is installed and extracted. I have found guidelines about how to use it here (it is in German but the instructions for the terminal are clear).

But it seems I cannot install any Java package. I have tried all the packages the terminal says are available and this is what terminal says: "Unable to find the package".

In ubuntu I use Hot Potatoes with wine, but I cannot install it in the Asus, so I need to run it with java.

Thanks for your help.

1 Answers1

0

Try this PPA version from webupd8

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

Source - HERE

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114