Created
December 22, 2011 23:32
-
-
Save randysecrist/1512326 to your computer and use it in GitHub Desktop.
Run mirth client standalone from trunk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run this from trunk/client | |
# to run mirth standalone, without having to do any strange | |
# webstart foo | |
SERVER_EXT=dist/extensions | |
java -cp dist/mirth-client.jar:lib/mirth-client-core.jar:lib/dicom-shared.jar:lib/file-shared.jar:lib/jdbc-shared.jar:lib/js-shared.jar:lib/smtp-shared.jar:lib/vm-shared.jar:lib/doc-shared.jar:lib/http-shared.jar:lib/jms-shared.jar:lib/mllp-shared.jar:lib/tcp-shared.jar:lib/ws-shared.jar:lib/mirth-crypto.jar:lib/mirth-vocab.jar:lib/bcprov-jdk16-144.jar:lib/commons-codec-1.5.jar:lib/commons-collections-3.2.1.jar:lib/commons-httpclient-3.0.1.jar:lib/commons-io-2.1.jar:lib/commons-lang-2.6.jar:lib/commons-logging-1.1.1.jar:lib/databinding-0.8.0.jar:lib/hapi-1.1.jar:lib/l2fprod-common-sheet.jar:lib/log4j-1.2.15.jar:lib/looks-2.3.1.jar:lib/not-yet-commons-ssl-0.3.11.jar:lib/rhino-1.7r3pre.jar:lib/swingx-1.6.jar:lib/wizard.jar:lib/xercesImpl-2.9.1.jar:lib/xpp3_min-1.1.4c.jar:lib/xstream-1.3.jar:$SERVER_EXT/vm/vm-client.jar:$SERVER_EXT/smtp/smtp-client.jar:$SERVER_EXT/rulebuilder/rulebuilder-client.jar:$SERVER_EXT/messagepruner/messagepruner-client.jar:$SERVER_EXT/jms/jms-client.jar:$SERVER_EXT/js/js-client.jar:$SERVER_EXT/mapper/mapper-client.jar:$SERVER_EXT/javascriptstep/javascriptstep-client.jar:$SERVER_EXT/serverlog/serverlog-client.jar:$SERVER_EXT/mllp/mllp-client.jar:$SERVER_EXT/file/file-client.jar:$SERVER_EXT/dicomviewer/dicomviewer-client.jar:$SERVER_EXT/imageviewer/imageviewer-client.jar:$SERVER_EXT/dicom/dicom-client.jar:$SERVER_EXT/scriptfilestep/scriptfilestep-client.jar:$SERVER_EXT/jdbc/jdbc-client.jar:$SERVER_EXT/javascriptrule/javascriptrule-client.jar:$SERVER_EXT/pdfviewer/pdfviewer-client.jar:$SERVER_EXT/xsltstep/xsltstep-client.jar:$SERVER_EXT/scriptfilerule/scriptfilerule-client.jar:$SERVER_EXT/messagebuilder/messagebuilder-client.jar:$SERVER_EXT/ws/ws-client.jar:$SERVER_EXT/http/http-client.jar:$SERVER_EXT/rtfviewer/rtfviewer-client.jar:$SERVER_EXT/doc/doc-client.jar:$SERVER_EXT/tcp/tcp-client.jar com.mirth.connect.client.ui.Mirth https://localhost:8443 2.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment