The Artima Developer Community
Sponsored Link

Java Answers Forum
Conversion af java .class file into .dll file

1 reply on 1 page. Most recent reply: Jun 22, 2005 6:04 AM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Prashanth

Posts: 1
Nickname: prashanths
Registered: Jun, 2005

Conversion af java .class file into .dll file Posted: Jun 20, 2005 10:57 PM
Reply to this message Reply
Advertisement
Hi all,

I have a java class file which needs to be called from a Visual Basic application. So I need to convert my .class file into a dll file.

I don't have an idea of converting a class file into a dll. So if anybody knows it, please reply at the earliest to this id:
prashanthsa@yahoo.com

Thanks & Regards
Prashanth


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Conversion af java .class file into .dll file Posted: Jun 22, 2005 6:04 AM
Reply to this message Reply
Since you allways need a JVM to run class file, you won't be able to call Java code from Basic without a running Java program.

You need to set up a COM server on the java side using a tool like JIntegra then access the COM functions.

Flat View: This topic has 1 reply on 1 page
Topic: query Previous Topic   Next Topic Topic: Arrays - add selected elements

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use