skip to main |
skip to sidebar
Omnipresent IT Solutions Pvt Ltd
How to install Open Model Sphere in Ubuntu

You can download from here.
http://www.modelsphere.org/download_open_modelsphere_m.html
Steps
1.Extract the files
2.Create a file openms.sh
3.Enter below data to the file
#!/bin/bash
java -ms64m -mx512m -ss16m -classpath ".:./modelsphere.jar:./plugins/bin/repository_functions.jar:./drivers/jtds-1.2.5.jar:./drivers/postgresql-8.3-603.jdbc4.jar:./resources.zip:./resources:./targets:./lib/jakarta-regexp-1.5/jakarta-regexp-1.5.jar:./lib/velocity-1.6.1/velocity-1.6.1.jar:./lib/jazzy-core/jazzy-core.jar:./lib/jython-2.2.1/jython.jar:./lib/velocity-1.6.1/lib/commons-collections-3.2.1.jar:./lib/velocity-1.6.1/lib/commons-lang-2.4.jar:./lib/lablib-checkboxtree-3.0.2.jar" org.modelsphere.sms.Application
4.Make it executable using command (# chmod 777 openms.sh)
5.Run # ./openms.sh
No comments:
Post a Comment