|
Replies:
2
-
Last Post:
May 2, 2005 1:49 PM
by: bino_george
|
|
|
|
|
|
|
6.0 WebStart w/ JDNC crashes
Posted:
May 1, 2005 10:04 AM
|
|
|
I was trying the new 6.0 WebStart. JDNC Crashes w/: JDNC JXTable overides final method isPrinting in Mustang, so JDNC is not compatible w/ Mustang.
hth., .V
|
|
|
|
|
|
|
Re: 6.0 WebStart w/ JDNC crashes
Posted:
May 2, 2005 10:44 AM
in response to: netsql
|
|
|
Hi,
> I was trying the new 6.0 WebStart. JDNC Crashes w/: > JDNC JXTable overides final method isPrinting in > Mustang, so JDNC is not compatible w/ Mustang. > > hth., > .V
Please refer to this JDNC forum posting about this problem.
http://www.javadesktop.org/forums/thread.jspa?threadID=11375&tstart=0
The brief of the story is that JDNC implemented Table printing functionality in JDNC itself before Tiger had implemented it. Since JDK 5 has Table printing functionality, JDNC should be fixed to remove the duplicate code in JDNC. This will be done soon. In the meanwhile, you can work around this by compiling JDNC yourself and renaming isPrinting in JXTable to isPrintingX or something.
Thanks, Bino.
|
|
|
|
|
|
|
|
Re: 6.0 WebStart w/ JDNC crashes
Posted:
May 2, 2005 1:49 PM
in response to: bino_george
|
|
|
This JDNC issue (203) has been fixed. I have removed all the printing code from JXTable, since JDNC now requires Tiger (and Tiger has the printing code in JTable).
Also, there is a Swing Bug that has been filed to make the isPrinting method non-final (6260638).
Thanks for catching this problem. Bino.
|
|
|
|
|