|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.Raptor
public class Raptor
This is called to start Raptor.
The main function is called when java Raptor/Raptor is called
through the command line.
Raptor is a Java WebApplication.
Users need Java WebStart (javaws) to run the WebApplication.
To publish onto the internet, the package Raptor and java_cup must be put
into a jar.
../../jdk1.6.0_01/bin/jar -cfe raptor.jar Raptor.Raptor Raptor/ java_cup/
Keys need to be created for signing
keytool -genkey -keystore myKeys -alias raptor
jarsigner -keystore myKeys raptor.jar raptor
The file raptor.jnlp will launch the application
Constructor Summary | |
---|---|
Raptor()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Can be used to start Raptor 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 Raptor()
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 |