Print at Feb 7, 2026, 12:57:43 PM

Posted by Puybaret at Jan 27, 2015, 6:38:17 PM
Re: Need to deploy on Tomcat serer
In a subclass of AppletApplication, you should override getViewFactory method to return a view factory (for example an instance of a subclass of SwingViewFactory) with a createView3D method that will return null.
Then, in a subclass of SweetHome3DApplet, override the method getApplicationClassName to return the name of the subclass of AppletApplication you programmed.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator