Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.class-file]

Class files are the format used by the Java Virtual Machine.

.class-file
0 votes
0 answers
28 views

Code Runner creates .class files along with the .java files in my src folder rather than bin (VS Code)

It works fine when I run it through the Java Extension Pack, though I would much prefer to use Code Runner for all my projects in all languages if that is at all possible. If anyone can help me I will ...
David's user avatar
  • 1
1 vote
2 answers
122 views

static java reflection - enum of fields of a class (pre-compilation)

is there a type of reflection in Java that provides simply an enum of the fields in a class? The information is, afterall, "precompilation-static". Why should it not be compiled into the ...
avertx's user avatar
  • 37
0 votes
2 answers
75 views

". java" files which are saved in "d" and "e" drives, Didn't get compiled (Files were run from the VScode)

My hard drive has 3 partitions as c, d and e. c drive is the main one. I'm running these following codes through the VScode.Not the CMD or PowerShell also I didn't used the terminal section of the ...
NV basnayaka's user avatar
0 votes
1 answer
237 views

Compile Java class files with external multiple jars using Javac

.java files are present in this folder exposeservices . I am trying to convert these .java files to .class files using the below command. These .java files have import statements so I have downloaded ...
oldcode's user avatar
  • 1,681