Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

.class-file

Is there a java classfile / bytecode editor to edit instructions? [closed]

September 12, 2023 by Tarik

I use reJ for editing class files directly. It allows you to edit instructions, methods, constant pool, diff classes, and a split view with a hex editor. It’s ridiculously awesome.

Categories java Tags .class-file, bytecode, bytecode-manipulation, decompiler, java Leave a comment

How to change already compiled .class file without decompile?

July 31, 2023 by Tarik

You can follow these steps to modify your java class: Decompile the .class file as you have done and save it as .java Create a project in Eclipse with that java file, the original JAR as library, and all its dependencies Change the .java and compile Get the modified .class file and put it again … Read more

Categories java Tags .class-file, decompiler, decompiling, java, ubuntu Leave a comment

Can Java class files use reserved keywords as names?

March 26, 2023 by Tarik

Yes, you can use reserved words. The words are only for the compiler. They do not appear in the generated byte code. An example of using reserved Java words is in the JVM-based Scala language. Scala has different constructs and syntax than Java, but compiles to Java byte code, for running on a JVM. This … Read more

Categories java Tags .class-file, java, jvm, reflection Leave a comment

How can I compile a Java program in Eclipse without running it?

January 9, 2023 by Tarik

You can un-check the build automatically in Project menu and then build by hand by type Ctrl + B, or clicking an icon the appears to the right of the printer icon.

Categories java Tags .class-file, compilation, eclipse, java Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa