How do I link the Java API to the GAUSS Run Time Engine?

I have created a project using the GAUSS Engine and the Java API. Up to now I have linked to mteng.dll. Now, however, I would like to deploy my application to another machine and use the runtime engine. How do I link my Java code to the runtime engine, mtengrt.dll?

1 Answer



0



accepted

The Java API automatically first looks for mteng.dll first and then if that file cannot be located, it will try to find the runtime engine dll. You do not have to make any changes to the Java code. Simply do not include mteng.dll, but mtengrt.dll instead when you deploy your application.

aptech

1,773

Your Answer

1 Answer

0
accepted

The Java API automatically first looks for mteng.dll first and then if that file cannot be located, it will try to find the runtime engine dll. You do not have to make any changes to the Java code. Simply do not include mteng.dll, but mtengrt.dll instead when you deploy your application.


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy