`
以梦为码
  • 浏览: 3338 次
社区版块
存档分类
最新评论

Java编译时出现Selection does not contain a main type错误的快速解决方法

阅读更多

 【错误描述】当前选择额运行的不是主类型,没有main()方法,运行失败。

 



那么问题来了,明明前天,昨天,上一次,还能好好的运行着呀,为什么呢?

 

虽然解决问题的原理不清楚,可解决问题的快捷方法如下:

 

Ctrl+A 全选中当前代码;Ctrl+X 剪切;Ctrl+S 没有错!保存当前文件;Ctrl+V 重新粘贴,保存。

 

虽然道理我不懂,可是这样操作之后就能好好运行程序了 _(:з」∠)_

  • 大小: 30 KB
分享到:
评论

相关推荐

    SDK does not contain 'libarclite'

    标题中的问题"SDK does not contain 'libarclite'"指的是某个SDK缺少一个名为`libarclite`的库文件。这可能是一个错误或者是因为SDK未完整安装或配置不当导致的。 `libarclite`是一个特定的库,尤其在Android开发中...

    xcode报错SDK does not contain 'libarclite' at the path

    当Xcode报出“SDK does not contain 'libarclite' at the path”错误时,这通常意味着你的项目设置或者使用的SDK版本与ARC不兼容,或者libarclite库没有正确地链接到你的项目中。这可能是以下原因导致的: 1. **...

    mybatisMapped报错 Statements collection does not contain value for

    在使用MyBatis框架进行数据库操作时,可能会遇到“Mapped Statements collection does not contain value for”这样的错误提示。这通常意味着MyBatis无法找到与指定的ID相对应的映射语句。下面将详细解释这个问题的...

    反编译工具ILSpy.exe

    它允许开发者查看、理解和分析编译后的.NET程序集的内部结构,包括IL(中间语言)代码、元数据、类、方法、属性和事件等。ILSpy这个名字来源于 Intermediate Language Spy,暗示了它的主要功能是对.NET程序集的中间...

    空心J的java文件问题解决方法

    如果一个Java项目中的编辑器提示“does not contain a main type”或“selection does not contain a main type”,这通常意味着当前选中的文件或类没有包含正确的`main`方法。 #### 解决方法 1. **检查Main方法**...

    apache-maven-3.5.4

    - Check that Maven settings.xml does not contain http repositories - Check that Maven pom files do not contain http repository ----- - Check that Maven pom files do not contain http repository ----- -...

    GEE错误-Dictionary does not contain key constant.pdf

    错误 I am unable to correct the error in my code. The error is " List (Error) Dictionary.getNumber: Dictionary does not contain...(错误)Dictionary.getNumber:Dictionary does not contain key: constant.

    关于eclipse发布web项目中遇到的问题

    在发布项目时,可能会出现“Project facet Dynamic Web Module version3.0 is not supported”的错误信息。这是因为 Eclipse 工作目录下的项目文件中,org.eclipse.wst.common.project.facet.core.xml 文件中的 jst....

    xcode 15 找不到libarclite 等文件

    clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the ...

    iOS Xcode SDK does not contain 'libarclite'

    xcode 运行支持的arc文件,报错信息:SDK does not contain 'libarclite'

    libarclite-arc

    解决 Xcode 14.3,Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphone...

    java遇到的问题txt

    当尝试运行某个Java文件时,编辑器提示“Editor does not contain a main type”。这意味着当前选中的Java文件不是一个有效的入口点,因为它可能缺少`public static void main(String[] args)`方法或者不是一个公共...

    CloudCompare源代码以及使用CMake进行编译

    4. **编译源代码**:打开生成的项目文件,如使用Visual Studio打开.sln文件,然后编译解决方案。编译成功后,你会在指定的输出目录找到编译好的CloudCompare可执行文件。 5. **测试与使用**:运行编译好的可执行...

    pdfbox最新版

    PDFBox是Apache软件基金会的一个开源项目,专门用于处理PDF(Portable Document Format)文档的Java库。这个最新的版本“pdfbox2.0.4”提供了全面的功能,帮助开发者在Java环境中创建、编辑、读取和操作PDF文件。在...

    IAR常见错误详解IAR常见错误列表

    IAR是目前市场上最流行的嵌入式开发工具之一,但是在使用IAR时,经常会遇到各种错误,这些错误可能会导致开发效率降低,甚至导致项目延期。因此,了解IAR常见错误的解决方法非常重要。 1. 序列号错误 fatal Error...

    libarclite-arc,xcode, 解决 Xcode 14.3,Xcode 15 旧项目可能报错

    解决 Xcode 14.3,Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphone...

    14.3(FromXcode_12.3_beta_xip).zip

    xcode真机调试文件14.3 DeviceSupport iOS 14.3 真机调试文件 位置/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    unity 可以使用的System.Drawing.dll

    在Unity中使用非原生库时,可能出现一些预期之外的错误,尤其是在跨平台环境中。因此,编写健壮的错误处理和日志记录代码是必要的。 综上所述,虽然Unity自身提供了丰富的图形处理工具,但System.Drawing.dll为...

    在eclipse中运行java applet时的一些问题

    Java Applet是Java的一种应用程序类型,它可以在支持Java的浏览器中运行。Eclipse是一个流行的集成开发环境(IDE),广泛用于编写Java应用,包括Applet。然而,在Eclipse中运行Java Applet时,可能会遇到各种问题,...

    Safe Type-level Abstraction in Scala

    例如,在Java中,方法和类可以参数化类型和值,同时支持抽象类和抽象方法,后者要求子类提供具体实现。然而,Scalina作为纯粹的面向对象演算,摒弃了参数化构造,但仍能表达FP和OO风格抽象所能实现的一切功能。 ###...

Global site tag (gtag.js) - Google Analytics