<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GmsecWindowsInstallation</title><link>https://sourceforge.net/p/odtbx/wiki/GmsecWindowsInstallation/</link><description>Recent changes to GmsecWindowsInstallation</description><atom:link href="https://sourceforge.net/p/odtbx/wiki/GmsecWindowsInstallation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Jul 2014 17:34:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/odtbx/wiki/GmsecWindowsInstallation/feed" rel="self" type="application/rss+xml"/><item><title>GmsecWindowsInstallation modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/odtbx/wiki/GmsecWindowsInstallation/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here are the GMSEC Windows Installation instructions. &lt;/p&gt;
&lt;p&gt;1. Download GMSEC API and upzip the folder &lt;/p&gt;
&lt;p&gt;2. Download JDK version 1.5 from &lt;a href="http://java.sun.com/j2se/1.5.0/download.jsp" rel="nofollow"&gt;http://java.sun.com/j2se/1.5.0/download.jsp&lt;/a&gt; website * &lt;/p&gt;
&lt;p&gt;3. Click on the start button and right click on My Computer &lt;/p&gt;
&lt;p&gt;4. Click on properties -- Advanced -- Environment Variables &lt;/p&gt;
&lt;p&gt;5. Under System Variables highlight path and click edit &lt;/p&gt;
&lt;p&gt;6. After the last path entry put a semi-colon and then the address to your Java JDK and the GMSEC API jar file. Should look something like this: ;C:_location_\jdk1.5.0_04\bin;C:_location_\GMSEC\GMSEC_API_v1.2.1\bin\win\Release; &lt;/p&gt;
&lt;p&gt;7. Now you need to create a classpath in the System Variables by clicking new and entering classpath under variable name and then follow step 8 to enter in the location to the necessary file. &lt;/p&gt;
&lt;p&gt;8. First set the classpath to point to the location of the gmsecapi.jar file and you need a period to set the classpath for the JDK copy and paste this: .;c:_location_\GMSEC_RELEASE\bin\gmsecapi.jar &lt;/p&gt;
&lt;p&gt;9. Now you need to test that the path and classpath are properly set &lt;/p&gt;
&lt;p&gt;10. Open a command shell (Start -- All programs -- Accessories -- Command Prompt) &lt;/p&gt;
&lt;p&gt;11. cd to the location of the GMSEC API &lt;/p&gt;
&lt;p&gt;12. cd to GMSEC_RELEASE\examples\java &lt;/p&gt;
&lt;p&gt;13. There is one java file which will not compile you need to change this file to a different name &lt;/p&gt;
&lt;p&gt;14. type: move gmreq_cb.java gmreq_cb_0 &lt;/p&gt;
&lt;p&gt;15. Now you will compile all of the java files by typing: javac *.java &lt;/p&gt;
&lt;p&gt;16. Type: dir If you have correctly compiled all Java files you should see .class files for all of the .java files in the directory &lt;/p&gt;
&lt;p&gt;17. Open a new command shell cd to c:_location_\GMSEC\GMSEC_RELEASE\bin\win\Release &lt;/p&gt;
&lt;p&gt;18. Then type: MBServer (this will start the middleware) &lt;/p&gt;
&lt;p&gt;19. Open a new command shell cd to c:_location_\GMSEC\GMSEC_RELEASE\examples\java &lt;/p&gt;
&lt;p&gt;20. Then type: java gmsub connectionType=gmsec_mb &lt;/p&gt;
&lt;p&gt;21. Open a new command shell cd to c:_location_\GMSEC\GMSEC_RELEASE\examples\java &lt;/p&gt;
&lt;p&gt;22. Then type: java gmpub connectionType gmsec_mb &lt;/p&gt;
&lt;p&gt;23. If the message sending is successful you should see the message pass from the gmpub command prompt to the gmsub command prompt &lt;/p&gt;
&lt;p&gt;24. If you would like to send a message to another computer you will need to include the Server location for step 24 (ie: java gmpub connectionType=gmsec_mb Server=&lt;em&gt;Subscriber Computer IP Address&lt;/em&gt;) &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Version 1.5 is not officially supported by GMSEC however it is the most current version and since we are working with development only it is not necessary to have Version 1.4.2 however if you would like to be officially supported by GMSEC you need JDK version 1.4.2. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;[GmsecDocuments]&lt;/span&gt; - click here to return to GMSEC Documents page &lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 08 Jul 2014 17:34:23 -0000</pubDate><guid>https://sourceforge.netcb3118d14b6889f545b143524a9baed658fdd386</guid></item></channel></rss>