j-j-jvm
JVM bytecode interpreter written in Java
File Explorer
- JSEProviderImpl.java
- JJJVMClassFieldImpl.java
- JJJVMClassImpl.java
- JJJVMClassMethodImpl.java
- JJJVMConstantPoolImpl.java
- JJJVMImplUtils.java
- JJJVMClass.java
- JJJVMConstantPool.java
- JJJVMConstantPoolItem.java
- JJJVMConstants.java
- JJJVMField.java
- JJJVMInnerClassRecord.java
- JJJVMMethod.java
- JJJVMObject.java
- JJJVMProvider.java
- JJJVMTryCatchRecord.java
- JJJVMInterpreter.java
- TestClassInheritance.java
- TestEnum.java
- TestEnumeration.java
- TestInnerClasses.java
- TestInvoke.java
- TestIssue.java
- TestIterable.java
- TestObject.java
- TestSynchronization.java
- TestTableswitch.java
- TestThrow.java
- TestVector.java
- Branch.java
- TestHelper.java
- TestProviderImpl.java
- JJJVMInterpreterTest.java
- pom.xml
- ClassItem.java
- PackageItem.java
- Storage.java
- StorageItem.java
- AboutDialog.form
- AboutDialog.java
- ClassItemProperties.form
- ClassItemProperties.java
- GenerateStubDialog.form
- GenerateStubDialog.java
- HelpDialog.form
- HelpDialog.java
- main.java
- MainForm.form
- MainForm.java
- TRender.java
- SplashDialog.java
- Utils.java
- appico.png
- icon_add.gif
- icon_classitem.gif
- icon_packageitem.gif
- icon_remove.gif
- icon_removeall.gif
- icon_storage.gif
- splash.jpg
- template.txt
- nb-configuration.xml
- pom.xml
- .gitignore
- LICENSE
- pom.xml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
Hello
View Details ▼
Hello
Print "Hello, world!", "hello, world", or a customizable text.
hello
Print "Hello, world!":
hello {{[-t|--traditional]}}
Print "hello, world", the traditional type:
hello {{[-g|--greeting]}} "{{greeting_text}}"
Print a text message:
mvn
View Details ▼
mvn
Apache Maven: build and manage Java-based projects.
mvn compile
Compile a project:
mvn package
Compile and package the compiled code in its distributable format, such as a `jar`:
mvn package {{[-D|--define]}} skipTests
Compile and package, skipping unit tests:
// repository documentation
Was this content helpful?
(0 ratings)
