Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   How to use of Astah (Pro/SysML/GSN/Com)
     Start Astah with libraries defined by Class path?

Flat Previous Topic | Next Topic
Poster Thread
Joba
Posted on: 2012/9/6 13:53
Developer
Joined: 2006/6/6
From:
Posts: 969
Re: Start Astah with libraries defined by Class path?
Hello again,

Thank you very much for all the posts.

First, before the class path, please add the "-Dsun.java2d.noddraw=true" option to ensure the graphic performance in Astah.

Quote:
java -Xms16m -Xmx384m -jar astah-pro.jar -Dsun.java2d.noddraw=true -cp [Read below]


About the class path, all the necessary libraries for astah-pro.jar are .jar files under the Installation folder/lib. So it should be the relative path to Installation folder/lib from astah-pro.jar.

You can refer to the below:

Class path of MANIFEST.MF
(Copy the astah-pro.jar and then change its extension to .zip. You will find this MANIFEST.MF after extracting it. You can refere to it by opening it with Text Editor.)
Quote:
Class-Path: . lib/commons-discovery.jar lib/commons-digester.jar lib/commons-beanutils.jar lib/commons-beanutils-bean-collections.jar lib/commons-beanutils-core.jar lib/commons-collections.jar lib/commons-log

ging.jar lib/axis.jar lib/activation.jar lib/axis-ant.jar lib/jaxrpc.
jar lib/log4j-1.2.8.jar lib/mail.jar lib/saaj.jar lib/wsdl4j.jar lib/
xercesImpl.jar lib/xml-apis.jar lib/itext-1.3.3.jar jre/lib/tools.jar

tools.jar lib/poi.jar lib/poi-contrib.jar lib/commons-cli.jar lib/batik/batik.jar lib/jna.jar lib/platform.jar lib/platform-connectors.jar lib/felix.jar

Hope this helps. If you are still having a problem with it, please let us know.

Thanks,
SJ
Flat Previous Topic | Next Topic

Subject Poster Date
   Start Astah with libraries defined by Class path? xenocide 2012/9/5 14:39
   » Re: Start Astah with libraries defined by Class path? Joba 2012/9/6 13:53
       Re: Start Astah with libraries defined by Class path? xenocide 2012/9/8 13:06
         Re: Start Astah with libraries defined by Class path? Joba 2012/9/13 7:46