Raptor
Class Raptor

java.lang.Object
  extended by Raptor.Raptor

public class Raptor
extends java.lang.Object

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

Raptor

public Raptor()
Method Detail

main

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