org.keplerproject.luajava
Class Console

java.lang.Object
  extended by org.keplerproject.luajava.Console

public class Console
extends java.lang.Object

Simple LuaJava console. This is also an example on how to use the Java side of LuaJava and how to startup a LuaJava application.


Constructor Summary
Console()
           
 
Method Summary
static void main(java.lang.String[] args)
          Creates a console for user interaction.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

main

public static void main(java.lang.String[] args)
Creates a console for user interaction.

Parameters:
args - names of the lua files to be executed