473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

how to call a Java object in VBA / VB

Hi all,

I have a Java wrapper program which I need to access in Visual Basic / VBA.
I am trying to read some objects and methods and get data from the java and
genenerate an Excel file for the client.

What is the best way to do this?. Please help Thanks
Nov 21 '05 #1
4 4403
One option is to convert the Java byte code to MSIL:

http://www.ikvm.net/index.html

That would provide best performance, but you're not really using Java
any more.

Sam
On Wed, 26 Jan 2005 14:27:03 -0800, "Krishna" <Krishna
@discussions.microsoft.com> wrote:
Hi all,

I have a Java wrapper program which I need to access in Visual Basic / VBA.
I am trying to read some objects and methods and get data from the java and
genenerate an Excel file for the client.

What is the best way to do this?. Please help Thanks


Nov 21 '05 #2
One option is to convert the Java byte code to MSIL:

http://www.ikvm.net/index.html

That would provide best performance, but you're not really using Java
any more.

Sam
On Wed, 26 Jan 2005 14:27:03 -0800, "Krishna" <Krishna
@discussions.microsoft.com> wrote:
Hi all,

I have a Java wrapper program which I need to access in Visual Basic / VBA.
I am trying to read some objects and methods and get data from the java and
genenerate an Excel file for the client.

What is the best way to do this?. Please help Thanks


Nov 21 '05 #3
"Krishna" <Krishna @discussions.microsoft.com> schrieb:
I have a Java wrapper program which I need to access in Visual Basic /
VBA.


For .NET <-> Java:

<URL:http://www.intrinsyc.com/products/ja.net/>
<URL:http://www.remotesoft.com/javanet/index.html>
<URL:http://www.jnbridge.com/1dot2beta.htm>, <URL:http://www.jnbridge.com/>
<URL:http://koti.mbnet.fi/akini/java/axis/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #4
"Krishna" <Krishna @discussions.microsoft.com> schrieb:
I have a Java wrapper program which I need to access in Visual Basic /
VBA.


For .NET <-> Java:

<URL:http://www.intrinsyc.com/products/ja.net/>
<URL:http://www.remotesoft.com/javanet/index.html>
<URL:http://www.jnbridge.com/1dot2beta.htm>, <URL:http://www.jnbridge.com/>
<URL:http://koti.mbnet.fi/akini/java/axis/>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
0
by: Birger M?ller-Pedersen | last post by:
-------------------------------------------------------------------- NEW DEADLINE FOR EARLY REGISTRATION: May 17 -------------------------------------------------------------------- Call for...
3
by: Roberto Gallo | last post by:
Hi everyone; * How can I actively call a Javascript function from inside a Applet? * What would be a good messaging system among some Applets inside the same page? Thank you very much....
39
by: Randell D. | last post by:
Folks, I'm sure this can be done legally, and not thru tricks of the trade - I hope someone can help. I'm writing a 'tool' (a function) which can be used generically in any of my projects. ...
0
by: Birger M?ller-Pedersen | last post by:
-------------------------------------------------------------------- NEW DEADLINE FOR EARLY REGISTRATION: May 17 -------------------------------------------------------------------- Call for...
12
by: karen | last post by:
Hi all : this is going to be a long post. So i apologize in advance :) i am converting a java program in VB right now. I am a java programmer by trade. so i am no expert in this department. I...
0
by: kiran | last post by:
how to call java web service which has webmethod say Function1 syntax of Function1 object Function1(object obj) am trying to call web service from .net client when i call this web method with...
46
by: Steven T. Hatton | last post by:
I just read §2.11.3 of D&E, and I have to say, I'm quite puzzled by what it says. http://java.sun.com/docs/books/tutorial/essential/concurrency/syncrgb.html <shrug> -- NOUN:1. Money or...
11
by: BigZero | last post by:
Hello, can i call Java method.That is java code from php,here what i m looking for i have class called DB in this class all the DB related things ,like DB connection DB insert,DB read etc...
1
by: Ahmad Jalil Qarshi | last post by:
Hi, I am develop a dynamic link library in C on AIX that will internally call java functions using JNI. This libaray will be finally used by other C Executable. There is only one function in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.