Re: [問題] access restriction

看板Eclipse作者 (crab)時間13年前 (2011/03/23 17:31), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
※ 引述《wfgh (lyle)》之銘言: : source code: : import Jama.* : public class svd { : public static void main(String[] args) { : Matrix A = new Matrix(new double[2][2]); : } : } : ============================================================== : 這是其中一段Error message: : Access restriction: The type Matrix is not accessible due to restriction on : required library C:\Program Files\Java\jre1.6.0_06\lib\ext\Jama-1.0.2.jar : 我是去拿別人包好的jar檔來用(Jama-1.0.2.jar) : 並把它放在\lib\ext裡 : Matrix是Java package裡的一個class : 請問為什麼會出現上面那段error呢? : 我google過好像eclipse會有這個問題 : 但都只找到解決的方法就是改一些eclipse的設定 : 我想知道原因 : 感恩:) 我也是利用調整eclipse 使之變成黃色warning 上面寫method is not accessible due to restriction on required library.. 不知道有沒有影響 希望好心人能幫幫忙 非常感謝!! 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.113.216.101
文章代碼(AID): #1DYRtpns (Eclipse)
討論串 (同標題文章)
本文引述了以下文章的的內容:
以下文章回應了本文 (最舊先):
完整討論串 (本文為第 2 之 4 篇):
文章代碼(AID): #1DYRtpns (Eclipse)