|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
import org.apache.commons.math3; |
cbennici
|
Post subject: import org.apache.commons.math3; |
Post rating: 0
|
Posted: Sat 17 Sep, 2016, 10:09
|
|
User rating: 0
Joined: Fri 16 Dec, 2011, 15:05 Posts: 26 Location: Italy, ventimiglia
|
Hello everybody,
I'm trying to use the released of java common math but I get the following message: "09:03:09 The import org.apache cannot be resolved'
By the way I put the released in the PATH.
any suggestion?
|
|
|
|
 |
drNice1000
|
Post subject: Re: import org.apache.commons.math3; |
Post rating: 0
|
Posted: Mon 19 Sep, 2016, 09:39
|
|
User rating: 2
Joined: Sun 15 Apr, 2012, 22:19 Posts: 25 Location: GermanyGermany
|
Hi,
take a look at the @Library annotation, e.g.:
@Library("target/org.apache.commons.jar")
Best
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|