http://java.sun.com/cgi-bin/javawebstart-platform.sh
and then install it. Make sure it works by trying out some of the demos, which you can find at
http://praya.sf.net/download.html
Click on "Any Platform" (using java web start).
The Java Web Start splash screen should display for a while.
Java Web Start will then download jar files from praya.sourceforge.net if you don't already have them.
If this is the first time that you are using the Web Start launcher for praya, a dialog box will appear that looks something like this:
|
This application is requesting unrestricted access to your local machine and network. Do you want to install and run: PrayaSigned and distributed by: Praya Build Process Warning: Failed to verify the authenticity of this certificate. No assertions can be made of the origin or validity of the code. It is highly recommended not to install and run this code.
[Start] [Details] [Exit]
|
If you want to use the Java Web Start strategy for launching Praya, go ahead and click "Start," in spite of the dire-looking warnings. If you would like to donate money toward getting rid of that dire warning box (it will take $200 to get a developer certificate from Thawte), please contact me at wtanaka@users.sourceforge.net, or use the Amazon Honor System (http://s1.amazon.com/exec/varzea/pay/T1CK3CH9X2S3UO) to contribute.
If you already have Java 1.2 or higher installed on your machine:
and install it.
Praya is now installed. To run praya:
If you do not have Java 1.2 or higher installed on your machine, you have a few choices:
http://praya.sf.net/download.html
Save it in a directory, for example, on your desktop.
Praya is now installed. To run praya:
If you already have Java 1.2 or higher installed on your machine, you have a few choices
cd /tmp
su
rpm -Uvh praya-*.noarch.rpm
exit
praya
cd /tmp
.tar.gz command:
gzip -dc praya-*-java.tar.gz | tar xvf -.tar.bz2 command:
bzip2 -dc praya-*-java.tar.bz2 | tar xvf -
java -jar praya-*/praya.jar
If you do not have Java 1.2 or higher installed on your machine:
cd /tmp
su
rpm -Uvh j2re-1.3.0-linux.i386.rpm
http://praya.sf.net/download.html
and download the "Linux Architecture-Independent RPM."
cd /tmp
rpm -Uvh praya-*.noarch.rpm
exit
env PATH=/usr/java/jre1.3/bin:$PATH praya
http://java.sun.com/cgi-bin/java-ports.cgi
You may want to start there.
cd /tmp
.tar.gz command:
gzip -dc praya-*-java.tar.gz | tar xvf -.tar.bz2 command:
bzip2 -dc praya-*-java.tar.bz2 | tar xvf -
java -jar praya-*/praya.jar