Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

jvm independent exe files

843810Jul 4 2006 — edited Jul 9 2006
I have created an executable program (.exe) from my classes. it works fine but I want it to be indendent of JVM, hence java. is this possible? otherwise, what is the gain of making exe files from java classes except from being clickable?
many thanks in advance,

Comments

957742

Hi,

Would like to know which version of SOA are you using? Start from SOA 11g to 12c, the adapter provides support for SFTP on windows.

Please find the below link and hope it would be useful.  ( Section 4.4.4 )

http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_file.htm#TKADP411

Hope it helps.

user9544739

Hi

Thanks for response. I am using 11.1.1.7 version. Actually I am trying to connect the FTP server which uses FTPS encryption.

Can you tell me exact steps. I have got only .cer file. Do i just need to create wallet out of it  and provide its location while configuring the ftp adapter?

957742

Hi,

Please find the below link and it explains about the step by step procedure of setting up FTP over SSL. Yes you need to create a wallet and add its location in the FTP adapter configuration.

SOA BPEL 11g: How to use FTPS in SOA 11g 11.1.1.4

Anshul

Hi,

please check the ftps server you are using, is it accepts the implicit or explicit connection?

set the property "useImplicitSSL" property accordingly

Regards,

Anshul

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 6 2006
Added on Jul 4 2006
5 comments
188 views