• 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

Finding sun.awt.motif.MTookit

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am deploying an application that needs to create a postscript (ps) file using java.awt.PrintJob.



This works fine in Windows XP, but when I deploy it to AIX, I get this error:



I know that this is because the system attribute (awt.toolkit) is not set for the environment.

All I want to do is to find out what JAR file to include in the project (and where to download it) to have the sun.awt.motif.* package available to the java application.

If I'm missing the point and there's an easier way to do this, please let me know!

Thank you very much in advance for taking a look and helping me.
reply
    Bookmark Topic Watch Topic
  • New Topic