Pandora
Class Pandora

java.lang.Object
  extended by Pandora.Pandora

public class Pandora
extends java.lang.Object

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

Pandora

public Pandora()
Method Detail

main

public static void main(java.lang.String[] args)
Can be used to starts Pandora from the command line.