Results 1 to 5 of 5
- 08-16-2010, 12:52 PM #1
Senior Member
- Join Date
- Mar 2009
- Posts
- 126
- Rep Power
- 0
how to import packages files to my applet in netbean
hi guys ,
I want to know , how to import packages into my netbean applet , because i have used jfreechart package and i have included "import org.jfree.chart.*;" in my program ,but i don't know where to put that package(folder) into my netbean applet ? :confused:...please help me guys ..thanks in advanceLast edited by funkygarzon; 08-16-2010 at 12:57 PM.
- 08-16-2010, 05:13 PM #2
If this is an IDE configuration problem:
Have you tried asking the question in the netbeans forum?
- 08-16-2010, 05:22 PM #3
Senior Member
- Join Date
- Mar 2009
- Posts
- 126
- Rep Power
- 0
thank you very much for your reply my dear friend , actually now only i figured out that each Java library created from within Domino Designer is stored in a single "note" in the database NSF file. Within this note, the Java code is actually stored as multiple file attachments - a .java file and a (compiled) .class file. These are not exposed other than through the Java library editor in Domino Designer. ... so there is no need to use the NETBEAN FOR Importing jfreechart ,we can use lotus domino designer to do this . so i will try with that Lotus domino designer to do this , if i get any doubt i will come back here and i will post the problem here mate . thank you very much for your reply mate :):):)
- 08-16-2010, 05:55 PM #4
There could have been confusion about the word "import". There is an import statement used in a java source program to set a path for the compiler to look for class definitions.
The jar files that the class definitions are in must be on the classpath.
IDEs have special ways places for putting jar files as part of their configuration.
When you say "import" I think of the import statement.
- 08-16-2010, 07:02 PM #5
Senior Member
- Join Date
- Mar 2009
- Posts
- 126
- Rep Power
- 0
Similar Threads
-
confused about packages and import
By nttaylor in forum New To JavaReplies: 7Last Post: 12-14-2009, 05:55 AM -
still confused about packages and import
By nttaylor in forum New To JavaReplies: 1Last Post: 12-13-2009, 10:27 PM -
import packages
By gregorio99 in forum New To JavaReplies: 3Last Post: 11-06-2009, 12:43 PM -
How to paint on a Netbean 6.5 generated applet?
By Pucho in forum NetBeansReplies: 1Last Post: 03-31-2009, 05:04 PM -
Problems with packages (import statements)
By ai_2007 in forum Advanced JavaReplies: 1Last Post: 06-29-2007, 11:57 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks