Link to home
Start Free TrialLog in
Avatar of valleytech
valleytechFlag for United States of America

asked on

external library

Hi all,
 I want to run this code in java ( link below). However, i don't know how to include JMathTools as external library in order to run it. PLease help me step by step because i am new in java.. Thanks for your patient.


http://www.codecodex.com/wiki/index.php?title=Perform_simple_mathematical_operations_on_two_matrices
Avatar of Mick Barry
Mick Barry
Flag of Australia image

download jar from here

http://downloads.sourceforge.net/jmathtools/jmatharray.jar

and add it to your classpath/build path

Avatar of valleytech

ASKER

please show me how to add it to classpath/build path. Thanks.
are you using an IDE?

i just use textpad. Thanks.

PS: what if i use netbean. Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial