3

如何在 Java 中导入 JAMA?当我尝试导入它时,我不断收到错误。

4

1 回答 1

2

In case if you are using the JAMA library from JAMA

In this case you need to extract the zip file and place it in the classpath of your project. If you are using eclipse then in that case goto Project(right click)-> Properties -> Java Build Path -> Library -> Add external jars. and select the jars that you want in the classpath of your project.

于 2015-03-31T06:47:38.900 回答