<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Try using JavaWS (web start) and a .jnlp file.  I am not sure of the status of these as I have not used them since Java 6.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Or you can create an uber jar.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>There should be a way to include a jar in a jar, but it’s non-standard, custom code.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Or change the classpath, removing the usefulness of a single jar.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>What you’ve got here is kind of  a random fix to a non-issue.   Did you address my issues with creating output folders?</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Also, I am not sure what you are doing with the jar url with stylesheets, but I’m going to assume it works for now.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>John</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10</p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='border:none;padding:0in'><b>From: </b><a href="mailto:brutzman@nps.edu">Don Brutzman</a><br><b>Sent: </b>Sunday, September 10, 2017 11:31 PM<br><b>To: </b><a href="mailto:yottzumm@gmail.com">John Carlson</a><br><b>Cc: </b><a href="mailto:roy.walmsley@ntlworld.com">Roy Walmsley</a>; <a href="mailto:x3d-public@web3d.org">X3D Graphics public mailing list</a><br><b>Subject: </b>Re: X3DJSAIL: command line option to force output directory creation</p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi John, getting closer... Have added a new CommandLine class and modified the </p><p class=MsoNormal>.jar files to handle command-line invocation.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>http://www.web3d.org/specifications/java/javadoc/org/web3d/x3d/jsail/CommandLine.html</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Latest build is still having trouble with visibility of saxon8he.jar within the </p><p class=MsoNormal>X3DJSAIL .jar.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>$ pwd</p><p class=MsoNormal>$ /cygdrive/c/x3d-code/www.web3d.org/x3d/stylesheets/java/examples</p><p class=MsoNormal>$ java -jar ../jars/X3DJSAIL.3.3.classes.jar </p><p class=MsoNormal>HelloWorldProgramOutput.Reloaded.x3d -classicVRML</p><p class=MsoNormal>parameter: -classicVRML for conversion to ClassicVRML encoding </p><p class=MsoNormal>HelloWorldProgramOutput.Reloaded.x3dv</p><p class=MsoNormal>Exception in thread "main" java.lang.NoClassDefFoundError: </p><p class=MsoNormal>net/sf/saxon/s9api/SaxonApiException</p><p class=MsoNormal>         at org.web3d.x3d.jsail.CommandLine.main(CommandLine.java:149)</p><p class=MsoNormal>Caused by: java.lang.ClassNotFoundException: net.sf.saxon.s9api.SaxonApiException</p><p class=MsoNormal>         at java.net.URLClassLoader.findClass(Unknown Source)</p><p class=MsoNormal>         at java.lang.ClassLoader.loadClass(Unknown Source)</p><p class=MsoNormal>         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)</p><p class=MsoNormal>         at java.lang.ClassLoader.loadClass(Unknown Source)</p><p class=MsoNormal>         ... 1 more</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Have found that Class-Path within .jar is not able to handle internal paths. </p><p class=MsoNormal>Haven't found correct approach yet.  In this case, am trying to provide internal </p><p class=MsoNormal>visibility to saxon9he.jar which is within X3DJSAIL.3.3.classes.jar</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>https://docs.oracle.com/javase/tutorial/deployment/jar/downman.html</p><p class=MsoNormal>===================================================================</p><p class=MsoNormal>Note: The Class-Path header points to classes or JAR files on the local network, </p><p class=MsoNormal>not JAR files within the JAR file or classes accessible over Internet protocols. </p><p class=MsoNormal>To load classes in JAR files within a JAR file into the class path, you must </p><p class=MsoNormal>write custom code to load those classes. For example, if MyJar.jar contains </p><p class=MsoNormal>another JAR file called MyUtils.jar, you cannot use the Class-Path header in </p><p class=MsoNormal>MyJar.jar's manifest to load classes in MyUtils.jar into the class path.</p><p class=MsoNormal>===================================================================</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On 9/1/2017 2:04 PM, John Carlson wrote:</p><p class=MsoNormal>> Don,</p><p class=MsoNormal>> </p><p class=MsoNormal>> You may want to add an argument to X3DJSAIL app programs to allow the caller to </p><p class=MsoNormal>> allow the argument handler to create output folders if they don’t already exist. </p><p class=MsoNormal>> -f?  Or add it as a configuration property, if not already there.</p><p class=MsoNormal>> </p><p class=MsoNormal>> John</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>all the best, Don</p><p class=MsoNormal>-- </p><p class=MsoNormal>Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman@nps.edu</p><p class=MsoNormal>Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149</p><p class=MsoNormal>X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman</p><p class=MsoNormal><o:p> </o:p></p></div></body></html>