• 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

j3dcore-ogl.dll: Can't find dependent libraries

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am trying to run the Java3D example found here: http://www.java3d.org/starting.html (code at bottom). I am running in Eclipse. I have the necessary jar files (j3dcore.jar, j3dutils.jar, and vecmath.jar) in ./lib and they are included in the Buildpath Libraries list. I have the following dll's in C:\tools\eclipse_helios which is in the java.library.path list: j3dcore-ogl-chk.dll, j3dcore-d3d.dll, j3dcore-ogl.dll, j3dcore-ogl-cg.dll.

I get the following error.

Can you tell me what other libraries j3dcore-ogl.dll depends on?

Thanks





 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic