Intellij IDEA .class files

443 Views Asked by At

Does the IntelliJ IDEA provide access to compiled “.class” files or decompiled “.class” files? I’m enrolled in a course that requests for students to submit compiled “.class” files.

1

There are 1 best solutions below

0
user13577751 On

IntelliJ does not produce any .class until you make your project

Image showing how to make your project

After making your project the class files will be in Target folder:

Image showing the class folder