[問題] 找不到或無法載入主要類別消失
http://doora.qiniudn.com/noPec.zip
trilateration/src/test/java/com/lemmingapex/trilateration 路徑底下加了
test.java
// java.test
package com.lemmingapex.trilateration;
public class test
{
public static void main(String[] args)
{
try {
TrilaterationTestCases tr = new TrilaterationTestCases();
tr.trilateration3DExact();
} catch (Exception ex) {
System.out.println("something wrong");
}
}
}
Linux 編譯
./gradlew clean
./gradlew test -i
Windows
./gradlew.bat clean
./gradlew.bat test -i
cd trilateration/build/classes/test/com/lemmingapex/trilateration // 切到test.class 目錄
// 執行
java test // 執行會出現下面錯誤 , 請問這可能是什麼原因造成?
錯誤: 找不到或無法載入主要類別 test
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.163.58.205
※ 文章網址: https://www.ptt.cc/bbs/java/M.1504150015.A.90F.html
→
08/31 11:38, , 1F
08/31 11:38, 1F
→
08/31 11:39, , 2F
08/31 11:39, 2F
→
08/31 11:39, , 3F
08/31 11:39, 3F
→
08/31 11:40, , 4F
08/31 11:40, 4F
→
08/31 11:41, , 5F
08/31 11:41, 5F
→
08/31 21:52, , 6F
08/31 21:52, 6F
討論串 (同標題文章)
完整討論串 (本文為第 1 之 2 篇):
java 近期熱門文章
PTT數位生活區 即時熱門文章