• 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

Java3D and JAI

 
Ranch Hand
Posts: 511
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I downloaded the DMG for Apple's Java3D and JAI from:

http://www.apple.com/downloads/macosx/apple/java3dandjavaadvancedimagingupdate.html

Being an OS X newbie, how can I test to see if it installed correctly? I just clicked on my hard drive (for the destination) during the InstallWizard...

With thanks!
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Example programs and tutorials are available at
http://java.sun.com/products/java-media/jai/
and
http://java.sun.com/products/java-media/3D/

IIRC, the Apple installer adds the JAI and J3D libraries to your Java Extensions folder, so you dont't need to add them to your classpath. Just compile and run the sample programs.

Ulf
reply
    Bookmark Topic Watch Topic
  • New Topic