• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JAVA 3d headless mode

 
Ranch Hand
Posts: 43
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I'm looking for a way to use Java 3d in headless mode. I'm trying to render some 3d images on a server without graphical interface; I'm using an offscren canvas and I don't actually need a graphical interface. But if I set headless mode I get an expception when I try to get a GraphicsConfiguration, which I need to instantiate the canvas. Is there any wourkaround for this?

Thanks
Eve
 
reply
    Bookmark Topic Watch Topic
  • New Topic