Results 1 to 9 of 9
Thread: Installing a new Java Package
- 02-22-2010, 06:11 AM #1
Member
- Join Date
- Jan 2010
- Posts
- 44
- Rep Power
- 0
- 02-22-2010, 08:27 AM #2
- 02-22-2010, 10:36 AM #3
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
It is not conundrum. Java packages are usually .jar files that you simply need to add to your classpath when compiling and running your code.
If any extra instructions are required then the developers of the packages will specify them in a readme file distributed together with the jars.
- 02-22-2010, 11:14 AM #4
Member
- Join Date
- Jan 2010
- Posts
- 44
- Rep Power
- 0
Hi r035198x,
Thanks for your answer. My downloaded java package consists of .java files and .class files. They are not .jar files.
Can you please tell me more specifically how to use it?
- 02-22-2010, 11:19 AM #5
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Where did you download them from? Did they not give you instructions on how to use those files?
- 02-23-2010, 12:03 AM #6
Member
- Join Date
- Jan 2010
- Posts
- 44
- Rep Power
- 0
It is called JAMA and it can be obtained from JAMA: Java Matrix Package
There is no instruction on how to install this package!
This question seems to be extremely hard!
- 02-23-2010, 02:51 AM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
If you have *. java files with you added them in your project, in your source file and use with relevant instance on each.
I guess there MUST be a documentation related to those source files.
- 02-23-2010, 06:07 AM #8
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
There is a jar file on that page complete with documentation and an example on how to use the files. Seriously if you don't know how to use those files then perhaps you are way in over your head and should stick with things that you understand for now.
- 02-24-2010, 05:22 PM #9
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I don't know why people really didn't like to read, looking for the easiest way.
Similar Threads
-
Installing Java JDK in Windows 7 and setup the Path ***Solution**
By novatgirl in forum New To JavaReplies: 8Last Post: 09-10-2010, 09:22 PM -
Need Help installing java - can you help me?
By Menre in forum New To JavaReplies: 4Last Post: 02-22-2010, 12:33 PM -
The declared package does not match the expected package
By oneforall in forum EclipseReplies: 7Last Post: 11-09-2009, 07:51 AM -
Installing Java
By Adv3nt in forum New To JavaReplies: 3Last Post: 12-12-2007, 11:29 PM -
Java Package help?
By Bibendum in forum New To JavaReplies: 2Last Post: 12-12-2007, 04:29 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks