|
Sweet Home 3D Forum » List all forums » » Forum: Developers » » » Thread: Running Jar File in Mac » » » » Post: Re: Running Jar File in Mac |
Print at Dec 20, 2025, 7:58:26 AM |
| Posted by Puybaret at Sep 14, 2011, 7:44:21 AM |
|
Re: Running Jar File in Mac I use this command in terminal In what folder did you run this command? java -jar Blender.jar -Djava.ext.dirs=lib:lib/macosx Did you try with absolute paths instead of relative paths "lib" and "lib/macox"? Even with this: java -jar Blender.jar -vmargs Djava.ext.dirs=lib:lib/macosx -vmargs isn't a java command option!Your problem is due to the fact that the JVM doesn't find the Java 3D libs in the extension folders you specified, so it uses the default old ones in the system found in /System/Library/Java/Extensions/. The easiest way to check this is to temporarily remove the j3d*.jar files from this folder, then when you run again your java command, you'll get a NoClassDefFoundError exception about a Java 3D class. ---------------------------------------- Emmanuel Puybaret, Sweet Home 3D creator |
|
|
Current timezone is GMT Dec 20, 2025, 7:58:26 AM |