Skip to content

JAVABEANSPRINGAUTOWIREGURU/openjavabeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenJavaBeans - JavaBeans-Compliant Java Implementation

This compiler implements the JavaBeans.

USAGE

You need to compile the source code into an OpenJavaBean-compliant Bean:

./Compiler/javac <path-to-java-file>.java

This step is optional as the javac executable is only provided for compatibility purposes
and does nothing.

Next, you execute the compiled java file, provided it is written in JavaBeans-compliant Java:

./Compiler/openjavabean <path-to-java-file>.java

ENVIRONMENT VARIABLES

  OPENJAVABEANS_CLASSPATH
    Path to runtime OpenJavaBean classes (defaults to Compiler/Classpath)

EXAMPLES

./Compiler/openjavabean ./Examples/Main.java

About

JavaBeans-compliant Java implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published