https://github.com/knlsharma/code_editor-
A Code editor for Java programming language . The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that gives optimized native machine code for a particular hardware/operating system combination
https://github.com/knlsharma/code_editor-
bytecode code editor editors java machine
Last synced: 2 days ago
JSON representation
A Code editor for Java programming language . The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that gives optimized native machine code for a particular hardware/operating system combination
- Host: GitHub
- URL: https://github.com/knlsharma/code_editor-
- Owner: Knlsharma
- License: other
- Created: 2018-08-13T17:02:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T06:19:51.000Z (almost 7 years ago)
- Last Synced: 2025-10-05T15:37:36.862Z (2 days ago)
- Topics: bytecode, code, editor, editors, java, machine
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Standlone Editor for Java code
**Code editor for Java programming language** . The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that gives optimized native machine code for a particular hardware/operating system combination.
Most Java-to-bytecode compilers, likes being a well known exception, do virtually no optimization, leaving this until run time to be done by the ***JRE***
The *Java virtual machine (JVM)* loads the class files and either interprets the bytecode or just-in-time compiles it to machine code and then possibly optimizes it using dynamic compilation.
**SETUP**
1. Need of java to be installed in required system.
2. Import editor.java (Logic class).
***RUN***
1. Either you can use IDE or CMD.
2. clean and build.
3. run