.CLASS 文件扩展名

Java Class File

开发者 Oracle
受欢迎程度
4.2  |  903 
 

什么是 CLASS 文件?

A CLASS file is a compiled .JAVA file created by the Java compiler. It contains bytecode, which is binary program code that is executable when run by a Java Virtual Machine (JVM). CLASS files are commonly bundled into .JAR files, which are included in the $CLASSPATH environment variable for execution.

更多信息

CLASS files can be compiled from JAVA files using the javac command, which is included with a JVM installation. Many Java IDEs, such as Eclipse, can compile CLASS files on the fly as developers write program code.

Since there are multiple versions of the JVM (e.g., 1.4, 1.5, and 1.6), some CLASS files may not be compatible with certain JVM versions. The Java Runtime Environment (JRE) can execute CLASS files, but it cannot compile them since it does not include the javac binary.

注: Oracle acquired Sun Microsystems, the original developer of Java. The JRE and JVM are often used synonymously to refer to the platform that runs Java applications.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 CLASS 文件的程序

Windows
Mac
Linux
分类: 开发者
更新时间: 2020-09-28

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Java Class 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们