1. 程式人生 > >the output path is not specified for module

the output path is not specified for module

解決辦法如下

1.點選工具欄的File按鈕----》project structure(或者選中project按鍵盤的F4)開啟專案結構面板。

2.點選Project Settings 下的Project,在Project compiler output中點選最右邊的  ...  指定你的專案目錄下的output資料夾(如果你的目錄下沒有,自己手動建立一個),然後點ok確定專案配置即可。

如圖:

相關推薦

IDEA錯誤:Cannot start compilation: the output path is not specified for module "Test". Specify the out

錯誤是發生在從github上checkout自己的專案時。因為沒有將配置檔案一起上傳,所以在執行java程式時有了這個報錯: Cannot start compilation: the output path is not specified for module “Tes

IDEA錯誤:Cannot start compilation: the output path is not specified for module "firstproject”

從coding上checkout自己的專案時,沒有將配置檔案一起上傳,所以在執行java程式時有了這個錯誤 解決辦法: 1、File->Project Setting->Modules->勾選 Inherit project compile path” 2、在Pr

the output path is not specified for module

解決辦法如下 1.點選工具欄的File按鈕----》project structure(或者選中project按鍵盤的F4)開啟專案結構面板。 2.點選Project Settings 下的Project,在Project compiler output中點選最右邊的

Cannot start compilation: the output path is not specified for module "..." Specify the output path

原因:專案中此時沒有指定class檔案生成的路徑,若單純指定module的output路徑會導致後續出現無法找到類的Error。 解決辦法: 1. 開啟project structure->project, 在右側project compiler output目

IDEA:Cannot start compiler:the SDK is not specified for module...錯誤修復

IDEA出現報錯 解決方法: 一、在Project Structure中選擇SDKs,點選右側的+號 二、選擇JDK,後找到JDK的安裝位置,點選應用。 三、在Project中的Project SDK中選擇剛剛新增的JDK,點選應用 問題解決

RAD Studio 報MSBUildToolsPath is not specified for the ToolsVersion "14.0"的錯誤

從上次六一安裝試用RAD,這就樣過了快兩個月了,就想用一下看看,結果報MSBUildToolsPath is not specified for the ToolsVersion "14.0",google了一下,找到原因了,因為我有裝過vs2015,但是真心不好用,就解除

delphi 10.1編譯專案的時候出現MSBuildToolsPath is not specified for the ToolsVersion解決辦法

今天在使用delphi 10.1編譯專案的時候出現MSBuildToolsPath is not specified for the ToolsVersion "14.0" defined at

在eclipse中執行team->pull出現the current branch is not configured for pull

今天在github修改檔案之後想同步到本地工程,在eclipse中點選team–>pull時出現如下提示: 解決方法: 開啟所在倉庫的.git資料夾,修改config檔案,加入如下引數: [branch "master"] remote = master

The method setDate(int, java.sql.Date) in the type PreparedStatement is not applicable for the argum

The method setDate(int, java.sql.Date) in the type PreparedStatement is not applicable for the arguments (int, java.util.Date) preparedStatement

eclipse>>GitHub管理專案出現異常The current branch is not configured for pull No value for key branch解決方法

1,進入Window-->preferences-->Team-->Git-->Configuration 2,選擇 Repository Settings 3,點選A

OSCache的原始碼編譯Cache.java 檔案報add(Class, T) in the type EventListenerList is not applicable for the arguments 錯誤的解決

下載了 OSCache的原始碼,需要新增一些功能,匯入Eclipse之後編譯,Cache.java 檔案報如下錯誤: Description Resource Path Location TypeThe method add(Class<T>, T) in the

idea多Module出現依賴迴圈問題----aAnnotation processing is not supported for module cycles

idea迴圈依賴aAnnotation processing is not supported for module cycles.1. 錯誤現象  Error:java: Annotation processing is not supported for module

MongoError: The dotted field .. is not valid for storage

版本 quest over 技術 ted 分享圖片 nbsp 驗證 9.png Mongodb3.6版本前,文檔中有{key:value}結構,且key中包含了“.”,在寫數據庫的時候就會報這個錯誤,這是頁因為MongoDB對字段名字做了限制,這個問

前端到後端------HTTP Status 405 ( The specified HTTP method is not allowed for the requested resource )

我的報錯如下:可我前端ajax裡標註了“method:'post',”,後臺“method=RequestMethod.POST”,自始至終都Get沒關係呀,很納悶究竟怎麼跑出來的GET;而且根據url請求根本就沒進入到方法體裡;我的解決方法:至於為什麼這樣,好像是說不加re

Version 1.7.0_80 of the JVM is not suitable for this product.Version: 1.8 or greater is required.

2種 方法 mar 技術 bin 啟動 product 分享圖片 1.7 Eclipse啟動失敗,設置eclipse啟動jdk有2種方法 第一種: 直接安裝eclipse對應的jdk版本,並設置環境變量 第二種: 修改eclipse配置文件eclipse.ini

[IDEA]IntelliJ IDEA匯入JDK出現The selected directory is not a valid home for JDK問題的解決方法

昨天在實驗室的桌上型電腦上配置Java。之前一直在MAC上都是使用IntelliJ IDEA玩耍,這次也不能少了它。馬上上官網下載了一個Windows版的,用學生帳號註冊完之後,就可以直接使用了!但是在匯入JDK的時候遇到了問題 ,下圖是新增JDK的介面: 點選new按鈕後出現下圖:

Version 1.5 of the JVM is not suitable for this product.Version:1.6 or greater is required

近期在公司涉及到了伺服器等的擴充套件,smartfoxserver擴充套件使用的Eclipse,儘管沒學過java。可是咱畢竟是C++起價的,其它語言看看也就會了,專案依然做著,近期看到某同學有一些java的問題,小問題就隨便在公司幫忙攻克了下,只是後來有個專案發現有些麻煩,準備下班後再看

Idea中 Module is not specified錯誤解決

1解釋 在idea中執行程式碼時報錯: Error running ADAMVariationRDDFunctionsSuite: Module is not specified 2.解決辦法

Version 當前jdk版本號 of the JVM is not suitable for the this product.Version:1.8 or greater is required

eclipse對應的jdk版本打不開 解決辦法一:可以更改jdk版本。 解決辦法二:我們要知道 JRE是java執行時環境,包含了java虛擬機器,java基礎類庫。是使用java

The run destination iPhone is not valid for running the scheme “xx”

真機執行,一直提示The run destination iOS Device is not valid for running the scheme,但是模擬器就沒有問題,更改 Deployment Target 也不行 最後發現,這應該是 Xcode 的