SimplifiedLogic / creoson

OpenSource Automation using JSON Transactions for PTC's CREO Parametric
http://www.creoson.com
MIT License
83 stars 23 forks source link

Java version for creoson #6

Closed FrostTiger closed 6 years ago

FrostTiger commented 6 years ago

Which java version should I use? Normally I have used Java version 1.8.0_144. Server works perfect but System.loadLibrary("pfcasyncmt") is not working in JLGlobal class. When I check library version that released in github. I realized that 1.7.0_65 is used. If I changed java version to 1.7. This time server wasn't started. I need to know exact version of java for working properly on it. Thanks in advance

FrostTiger commented 6 years ago

I found what the problem is. Main cause is platform mismatch. I added pfcasyncmt.dll to system path and it works properly.

adama2000 commented 6 years ago

Yes, the DLL does need to be in your system path for this to work.