• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

TransferHandler exception for Mac OS

 
Ranch Hand
Posts: 510
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I have a TransferHandler class written to drag and drop files fromone JTable to another similar one.
My code is running smoothly on windows even for big amount of transferable data.
however my code throws exception for quit big transferable data .when i examined the trace i found no entry for any classes within my applet ; but it seems the problem is related to apple java transferable code
here is the exception trace:



and here is my TransferHandler :



can someone help me fix the problem ?

thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic