Can you point me to a reference on accessing data in a Java applet using Visual Basic? I need to do some research on whether or not it is feasible for the project I am working on, but it has been difficult to find any information. Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best be will probably be to use something like ComfyJ to create a COM object written in Java so that your VB.NET app can utilize it.
ComfyJ Features
It’s a commercial solution, but unless you have your Java application serialize its data to XML or JSON and then read the data back in using .NET…I think it’s the only way to go.
I also found jnBridge which is a Java to .NET bridge that might help as well. It looks like it can use different methods like Shared Memory to Binary Serialization to accomplish your goal.