Results 1 to 6 of 6
- 06-10-2010, 06:18 AM #1
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
setDefaultCellBorder cannot find method in itext 2.1.0
why setDefaultCellBorder method cannot find in itext 2.1.0 ?
before i use itext 1.4 and running well. And when i use itext 2.1.0,
java cannot find setDefaultCellBorder method :
my source :table.setDefaultCellBorder(0);
so what should i do ? how to change this source ?
- 06-10-2010, 02:59 PM #2
If your code uses a method that is not defined in a class. The class coming from a jar file.
Either get a new jar file with the class having the desired method
Or read the API doc for the class and see if there are other methods that will do what you want.
- 06-11-2010, 03:53 AM #3
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
i use 2 itext library jar in my application. i text 2.1.0 and itext 1.4.
is it good or bad ?
- 06-11-2010, 04:21 PM #4
I don't use either so I have no idea.s it good or bad ?
- 06-11-2010, 04:27 PM #5
Senior Member
- Join Date
- Feb 2009
- Posts
- 303
- Rep Power
- 5
Its bad to use multiple jars of the same product in any application as this may cause issues with classes getting used that weren't expected(Older ones getting built instead of the newer ones, or vice-versa).
- 06-12-2010, 10:13 AM #6
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
Can't find method
By 01allenh in forum New To JavaReplies: 1Last Post: 03-25-2009, 07:46 PM -
Can't find out how to get this method working :)
By Shadaw in forum Java AppletsReplies: 2Last Post: 12-29-2008, 05:35 PM -
Recursive Method ==> find minimum value from array
By NatNat in forum New To JavaReplies: 1Last Post: 02-16-2008, 09:10 PM -
problems to find the main method
By christina in forum EclipseReplies: 2Last Post: 08-06-2007, 07:51 PM -
Problems with Find method in EJB
By Nick15 in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 05-14-2007, 01:29 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks