[x3d-public] Exificient not working during build ofX3DJSAIL.missingjar,myversion; can provide build.xml if necessary.

Don Brutzman brutzman at nps.edu
Mon Nov 20 12:13:06 PST 2017


On 11/20/2017 11:11 AM, John Carlson wrote:
> Don, do you put exificient in the X3DJSAIL jar before compiling X3DJSAIL?

No.  First X3DJSAIL is compiled using a local copy of the independent jar.

Then the "fat jar" is assembled as a self-contained programmer-convenience result.  Both fat and skinny (minimalist) jar files are available at

http://www.web3d.org/specifications/java/X3dJavaSceneAuthoringInterface.html#Downloads
======================================================================================
Downloads

X3DJSAIL can be used in any Java project by including one of the following jar files in the application CLASSPATH.

     X3DJSAIL.3.3.full.jar (30MB) is a fat jar with all necessary binaries, source, and documentation.
     X3DJSAIL.3.3.classes.jar (12MB) is a minimalist jar that only contains X3DJSAIL classes and assets.

X3DJSAIL.3.3.full.jar can be unzipped to create a complete local copy of all source, binaries, documentation and example programs. It is also executable on the Command Line.

X3DJSAIL.3.3.classes.jar can be used by developers for server-side usage or integration in other applications. Further CLASSPATH modifications may be needed to to use it. For full operation, third-party dependency jars found in the lib subdirectory must also be in the application CLASSPATH. Examples are shown under Command Line use.
======================================================================================

> I thought those errors were from X3DJSAIL compilation. We can try again if you do want to delete the jars.  I will have to remember to do an svn up before building each time, but I can put that in my batch script.
You can compile other code using the X3DJSAIL jars, but it would not be a good practice to compile new versions against old versions of itself.

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman



More information about the x3d-public mailing list