Java actions failing when deploying to a windows server.

0
Hi there I have installed the mendix services(3.2.0) on a windows server. All works well except the Java actions fail when i try to retrieve data from a oracle DB.I have loaded JDK_27, the jar file is in userlib. I can see the java actions and proxies. These java actions work when running off my computer. What am i missing? Thanks.
asked
1 answers
1

What has worked for me in the past is to install Eclispe on the server, open the project , and find the java source errors... sometimes its a module error, but usually just opening (importing project) in eclispse will sort out the issues...

answered