EldoS
MsgConnect home / Documentation / Installation of Java edition
Navigation
Web site
Support
Table Of Contents

Installation and usage of Java edition

Java SE/EE

Java 2 SE/EE edition of MsgConnect is shipped in JAR archives (evaluation version) and source code (registered version) ready for deployment. Java 2 edition can be used on JVM which supports Java 1.4. Java 2 SE edition doesn't support Java 2 Micro Edition.

Java SE edition is located in "<MsgConnect>\Code\Java" folder. It includes core files, sample application and MCDataTree, hierarchical storage for information that can be used to pack and transfer data across different platforms.

Prebuilt JAR archive of Java SE edition is located in "<MsgConnect>\Code\Java\Core" folder. This file is ready for immediate use.

Installation of the archive is different for different Java development tools. One can install Java edition to Borland JBuilder using "Tools->Configure Libraries" menu command. To add new library press "New..." button. Specify the location in which the library will be placed, the name of the library and set library path to "<MsgConnect>\Code\Java\Core\org\eldos\MsgConnect".

To use Java edition of MsgConnect you need to use the license key. If you don't have a commercial license, you can use the following evaluation code:
"48000000400000005C6084E5F1CDF0BF271C58B4D6BA3C39
0DF009168CD510FBEFDDA48CDE93EC719F39BCDAFE187E4E
2D069C82C416FDBA9F39BCDAFE187E4E2D069C82C416FDBA" (quotes are NOT part of the key)
The code is wrapped for better readability, however it should be passed as one line of text, without line breaks and spaces.
Use MCMessenger.SetLicenseKey static method to set the license key. Please see sample project for details.

Java ME

Java ME edition of MsgConnect is shipped as a set of compiled .class files (evaluation version) and source code (registered version).

Different code is used for MIDP 1.0 and MIDP 2.0. It is located in "<MsgConnect>\Code\Java_MIDP1.0" and "<MsgConnect>\Code\Java_MIDP2.0" folders.

The code includes core files, sample applications and MCDataTree, hierarchical storage for information that can be used to pack and transfer data across different platforms.

To use Java ME edition of MsgConnect you need to use the license key. If you don't have a commercial license, you can use the following evaluation code:
"4800000040000000B59F2D345F4634856A20E6B26A407E0C
112EE58FDF58EDBCA4152B401E5B0F839F39BCDAFE187E4E
2D069C82C416FDBA9F39BCDAFE187E4E2D069C82C416FDBA" (quotes are NOT part of the key)
The code is wrapped for better readability, however it should be passed as one line of text, without line breaks and spaces.
Use MCMessenger.SetLicenseKey static method to set the license key. Please see sample project for details.

Notes

ProcMonViewer sample won't work with evaluation version of MsgConnect due to delays present only in evaluation version. Registered version doesn't have such delays and ProcMonViewer sample works fine.

Java 2ME MIDP 1.0 evaluation classes require use of J2ME Wireless Toolkit 2.0 or later.

Limitations of evaluation version

Evaluation version sends messages with 0.5 sec delay. In other words, one can't send more than 2 messages per second with evaluation version. No other limitations are set.

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation