-
Notifications
You must be signed in to change notification settings - Fork 0
JAVABEANSPRINGAUTOWIREGURU/openjavabeans
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published