|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPandora.Pandora
public class Pandora
This is called to start Pandora.
The main function is called when java Pandora/Pandora
is called through the command line.
Pandora is a Java WebApplication.
Users need Java WebStart (javaws) to run the WebApplication.
To publish onto the internet, the package Pandora and java_cup
must be put into a jar.
../../jdk1.6.0_01/bin/jar -cfe pandora.jar Pandora.Pandora Pandora/ java_cup/
Keys need to be created for signing
keytool -genkey -keystore myKeys -alias pandora
The jar needs to be signed (key is "pandora")
jarsigner -keystore myKeys pandora.jar pandora
The file pandora.jnlp will launch the application
Constructor Summary | |
---|---|
Pandora()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Can be used to starts Pandora from the command line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pandora()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |