Maven報錯Please ensure you are using JDK 1.4 or above and not a JRE解決方法!
https://www.cnblogs.com/shihua513/p/6163682.html
在eclipse下用maven編譯時,很有可能出現以下錯誤:
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
// 請確保您使用的是JDK 1.4或以上版本
不是一個JRE(com.sun.tools.javac。主類是必需的)。//
原因:eclipse預設是使用jre作為執行環境,而maven編譯需要jdk作為執行環境。
我們只要做如下更改即可。
在eclipse中開啟,
window -> preferences -> Java -> installed jres,點選add->選擇Standard VM,新加一個環境,設為預設環境,注意location選擇為你的jdk目錄。
然後再去編譯你的專案,就OK了。
如果還是不行,就在你的專案上右擊,build path -> configure build path,編輯JRE System Library,選擇剛才新建的預設環境
再去編譯即可。
相關推薦
Maven報錯Please ensure you are using JDK 1.4 or above and not a JRE解決方法!
https://www.cnblogs.com/shihua513/p/6163682.html 在eclipse下用maven編譯時,很有可能出現以下錯誤: Please ensure you are using JDK 1.4 or above andnot a JRE (the co
Maven打包異常Unable to locate the Javac Compiler in:Please ensure you are using JDK 1.4 or above and
最近maven打包專案時出現以下異常: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project com.xxx: Comp
Android SDK is missing, out of date, or is missing templates. Please ensure you are using SDK versio
原因 SDK路徑沒設定或者設定不正確 解決辦法 第一步:開啟Project Structure 開啟方法1: 開啟方法2: 第二步:設定SDK路徑 翻譯借鑑連結:http://stackoverflow.com/questions/21794272/an
maven報錯 the goal you specified requires a project to execute but there is no POM in this direct...
linux下的maven mvn install報以下錯誤 the goal you specified requires a project to execute but there is no POM in this directory(自己的路徑).Please ve
linux下配置maven後使用命令mvn報錯NB: JAVA_HOME should point to a JDK not a JRE解決方案
筆者在之前的linux環境配置中,安裝jdk使用都都是rpm和壓縮包都方式安裝,這次使用yum安裝了一個openjdk後,再配置完maven後發現,不能使用mvn -v命令,提示JAVA_HOME should point to a JDK not a JRE錯誤資訊。以下是錯誤截圖和解決方案。在網
Vue報錯:Uncaught TypeError: Cannot assign to read only property’exports‘ of object’#[Object]‘的解決方法
發現問題 1,執行一下以前的一個Vue+webpack的 vue仿新聞網站 小專案,報錯 由於自己vue學習不深入,老是這個報錯,找了好久(確切的說是整整一下午^...^)才找到原因 -v- 2,點開錯誤的檔案,標註錯誤的地方是這樣的一段程式碼: 就是&n
執行登入觸發器(sql server 2016限制IP訪問)後,登入sql server報錯: 由於執行觸發器,登入失敗已將資料庫上下文更改為master。解決方法:用cmd執行刪除登入觸發器
背景: 在cmd中執行osql命令: osql -S 【資料庫伺服器】 -E -i mysql.sql 其中mysql.sql內容如下: CREATE LOGIN test WITH PASSWORD = '輸入密碼' GO
ajaxFileUpload報錯$.ajaxFileUpload is not a function解決方法
報錯資訊 Uncaught TypeError:$.ajaxFileUpload is not a function 大意就是,ajaxFileUpload這個函式未定義 錯誤背景 我使用了ajaxFileUpload這個js來實現不借助form表單的不
configure: error: Please fix the library issues listed above and try again錯誤解決方法
感謝分享:https://www.aliyun.com/zixun/content/3_12_519180.html 感謝分享:http://blog.csdn.net/home_zhang/article/details/8162347 今天在編譯安裝rrdtool時
vue報錯:Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.
顯示 sin ont img root png ima pan 如果 在.vue文件中引入了 element-ui 的 table 和 pagination 組件後,報錯:Component template should contain exactly one root
提交到github報錯Please tell me who you are
global bject config count tel xxx hub his 所在 *** Please tell me who you are. Run git config --global user.email "[email protected]"
解決 You are using pip version 7.1.2, however version 18.0 is available.報錯
完美 bsp -- 安裝目錄 方法 exe win .exe 嘗試 Windows下安裝 Pyhton的mysql庫時 命令行一直報 You are using pip version 7.1.2, however version 18.0 is available
NPM 報錯--fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module
fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module 解決:升級npm npm info graceful-fs
成功解決PIP安裝模組報錯,You are using pip version 9.0.1, however version xxx is available
在PIP安裝模組時,發現報以下錯誤: You are using pip version 9.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m p
MySQL Workbench批量修改資料報錯:Error Code: 1175. You are using safe update mode and you tried to update a t
批量修改資料SQL:update sys_menu set menu_extralink = true 錯誤資訊: Error Code: 1175. You are using safe update mode and you tried to upd
報錯問題No auto configuration classes found in META-INF/spring.factories. If you are using a custom pack
找到jar檔案中 META-INF/spring.factories在最後加上# Auto Configureorg.springframework.boot.autoconfigure.EnableAutoConfiguration=\org.springframework
解決提交到github報錯Please tell me who you are.和為不同的專案設定不同的名稱
今天博主正在愉快地學習在AndroidStudio中使用Git,正看著這篇文章http://www.mamicode.com/info-detail-512945.html眼看就要成功了,結果報了下面
解決Python3.7安裝pygame報錯You are using pip version 10.0.1, however version 19.1 is available.
win bubuko python3.7 whl 顯示 game image install 下載 背景: 學習python開發中,需要用到pygame插件,因此按照參考書《Python編程實踐,從入門到實踐》指引安裝Pygame包。 但是利用pip 命
Maven報錯
變量 all 通過 ips 0.10 中文 技術 groups target 今天把項目down下來,項目,報錯maven clean ,install 沒解決,然後jdk版本也對,maven,M2-HOME安裝沒有問題. 問題標誌為maven install 下的jar包
關於Maven報錯的一些解決辦法(別處貼的)
ide hosts 單擊 except generate pil dtd j2ee ive 1、警告:The tag handler class for "s:form"(org.apache.struts2.views.jsp.ui.FormTag) was not fo