Results 1 to 5 of 5
Thread: Reading Libraries.
- 02-06-2009, 05:27 AM #1
Member
- Join Date
- Jan 2009
- Posts
- 31
- Rep Power
- 0
Reading Libraries.
I've recently just switched a programing software for java. From ready to program IDE from holt to JCreator. There was always this library that i imported with ready to program:
However, I cannot import this anymore, I'm pretty sure the reason is that JCreator does not have 'hsa.console'.Java Code:import hsa.Console;
-
You may wish to use a Scanner object instead to get input.
- 02-06-2009, 07:17 AM #3
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
You're guess is probably correct. 'hsa.console' is not a standard Java package.
- 02-06-2009, 07:29 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
If you want to use external packages, add them into the classpath. Once you added in to the classpath, able to use in any project.
I don't know how it works in JCreator, but in NetBeans you can add external jar files only related to a specific project. Not for the all project. For multiple project you have to add multiple times.
- 02-07-2009, 08:34 PM #5
Member
- Join Date
- Jan 2009
- Posts
- 31
- Rep Power
- 0
Similar Threads
-
Location of java class libraries on Sun
By phudgens in forum New To JavaReplies: 3Last Post: 02-05-2009, 04:45 AM -
Accessing libraries in Eclipse
By JL4 in forum New To JavaReplies: 0Last Post: 12-26-2008, 03:11 PM -
digital sign libraries
By Shuru in forum Advanced JavaReplies: 4Last Post: 11-07-2008, 08:01 AM -
ERROR: Can't find dependent libraries
By baltimore in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 06:37 AM -
PoJoe Component Libraries 1.1
By levent in forum Java SoftwareReplies: 0Last Post: 06-08-2007, 10:23 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks