| java.lang.Object org.keplerproject.luajava.Console
Console | public class Console (Code) | | Simple LuaJava console.
This is also an example on how to use the Java side of LuaJava and how to startup
a LuaJava application.
author: Thiago Ponte |
Method Summary | |
public static void | main(String[] args) Creates a console for user interaction. |
main | public static void main(String[] args)(Code) | | Creates a console for user interaction.
Parameters: args - names of the lua files to be executed |
|
|