• 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

X3D files not loading into Xj3DTester class

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've made an Xj3DTester java class that loads an X3D file called 'test.x3d' which is a red box. However, when I do an load other X3D files in that I've created, it doesn't want to load, I'm using Netbeans for this project and I have the X3D files saved in the Netbeans project. I'm wondering why it will load the 'test.x3d' file and not any of the X3D files that I've created. I have X3D-Edit and Xj3D installed on Netbeans. I've had a look, and I know that I have 'test.x3d' and 'test.x3dv' and they both work in the Xj3DTest class that I have but when I try and convert my X3D files into X3DV files by using the XSLT Style sheet provided with X3D-Edit, they suddenly become empty. The code that I have is as follows.

reply
    Bookmark Topic Watch Topic
  • New Topic