<div dir="auto">I believe it works for you because the project is pointed at 1) jars in the ant distribution on Windows.   That doesn’t work on Linux.  Check out patch I provided (which I probably reverted, oops!)</div><div dir="auto"><br></div><div dir="auto">The jars are also available under  x3d/stylesheets/java/lib, and they appear to work when you change to relative paths.</div><div dir="auto"><br></div><div dir="auto">It could be that I’m leveraging an old, unmaintained project?   I am not building X3DSAIL, I’m working on JSON loader test class that uses X3DJSAIL.   If I recall correctly, it’s under the test or tests.   The checked in version is at x3d/stylesheets/java/src/net/coderextreme/JsonConversion.java, but it’s not complete,   I write out intermediate XML to a FileWriter now.   I don’t know if you get attachments, but I think I attached the java file to an email at some point?</div><div dir="auto"><br></div><div dir="auto">I also remember attaching the X3DJSAIL jar, and I had to switch the stylesheet engine in the test file anyway, due to bad JSON output/newlines inserted in strings by Saxon.</div><div dir="auto"><br></div><div dir="auto">So if you have the Java source code available, I think it was called JsonLoaderTest.java i will search through my old emails.</div><div dir="auto"><br></div><div dir="auto">I’m trying to get a good JSON loader test working for you, but first step is compilation in a NetBeans project.  To search for the project, look for nbproject on the file system (there are a few).</div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 25, 2021 at 10:02 AM Don Brutzman <<a href="mailto:brutzman@nps.edu">brutzman@nps.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">Summary: building WORKSFORME so hopefully will work for you too.<br>
<br>
On 6/19/2021 1:54 PM, John Carlson wrote:<br>
> Hmm. Looks like the NetBeans project under x3d/stylesheets/java does not build?   Something to do with the versions of jars required?  I haven't figured out how to resolve the jars, will probably have to figure out how to add/remove jars.<br>
> <br>
> John<br>
<br>
The most recent release of X3DJSAIL was 9 June 2021.  Corresponding commit message:<br>
"add support for HTML id attribute, also tested latest Blender 2.92 successfully, and (finally) diagnosed and fixed X3D Schematron bug"<br>
<br>
=========================<br>
X3D Java Scene Access Interface Library (X3DJSAIL) supports programmers with standards-based X3D Java interfaces and objects, all as open source.<br>
<br>
* <a href="https://www.web3d.org/specifications/java/X3DJSAIL.html" rel="noreferrer" target="_blank">https://www.web3d.org/specifications/java/X3DJSAIL.html</a><br>
<br>
* <a href="https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/java/" rel="noreferrer" target="_blank">https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/java/</a><br>
=========================<br>
<br>
Latest version still builds fine for me, invoked via parent /stylesheets directory using ant create.X3DJSAIL target.<br>
"BUILD SUCCESSFUL (total time: 4 minutes 13 seconds)"<br>
<br>
You should not need to add any jar files, the project should be self sufficient.  If you find that something is missing from the published package, please provide the diagnostics output from the build.<br>
<br>
Note that none of these calisthenics are required for people who just want to use it, they can download the X3DJSAIL.4.0.full.jar via the Downloads link on the above page.<br>
<br>
Have fun with X3D Java!<br>
<br>
all the best, Don<br>
-- <br>
Don Brutzman  Naval Postgraduate School, Code USW/Br       <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a><br>
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149<br>
X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman" rel="noreferrer" target="_blank">http://faculty.nps.edu/brutzman</a><br>
</blockquote></div></div>