加载:类draw / transform.class未找到集成开发环境 [英] Load: class draw/transform.class not found integrated development environment

查看:96
本文介绍了加载:类draw / transform.class未找到集成开发环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

java.lang.ClassNotFoundException:draw.Transform.class



在使用这个类文件时会出现上面提到的错误,但有时会出现这种情况。时间工作正常









javac classfile


来自控制台的
给出错误

错误:无法找到或加载主类



我尝试过:



在万维网上搜索java编译

java.lang.ClassNotFoundException: draw.Transform.class

while working with this class file the above mentioned error appears but the thing is it appears sometimes and other time it works fine


also

javac classfile

from console gives the error
Error: could not find or load main class

What I have tried:

searched the world wide web for java compilation

推荐答案

Error: could not find or load main class

此错误仅表示您正在尝试加载不包含的类main 方法。你应该去 Java™教程 [ ^ ]并了解Java以及这些类如何组合在一起。

This error just means you are trying to load a class that does not contain a main method. You should go to The Java™ Tutorials[^] and learn about Java and how the classes fit together.


这篇关于加载:类draw / transform.class未找到集成开发环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆