-
VB bridge
Hi !
we would you like to use Java classes from a VB program.
I read on the net that it's possible using Beans and a special tools to create
registry information.
i've found these pages on the subject :
http://java.sun.com/products/javabeans/software/bridge/
http://java.sun.com/products/plugin/...cs/script.html
but i can't find sun.beans.ole.Packager
has anyone used java components from VB ?
can i do everything like threads etc.. in those components ?
thanx
-
Re: VB bridge
>but i can't find sun.beans.ole.Packager
It does exist in jre1.3, but disappears in jre1.4.
Who knows why?
Regards
wu xz
-
Re: VB bridge
The VB GetObject function should work, providing Java classes reside on the
machine:
Dim objStack as Object
Set objStack = GetObject("java:java.util.Stack")
"abricout" <abricout@degetel.com> wrote:
>
>Hi !
>
>we would you like to use Java classes from a VB program.
>I read on the net that it's possible using Beans and a special tools to
create
>registry information.
>
>i've found these pages on the subject :
>
>http://java.sun.com/products/javabeans/software/bridge/
>
>http://java.sun.com/products/plugin/...cs/script.html
>
>but i can't find sun.beans.ole.Packager
>
>has anyone used java components from VB ?
>can i do everything like threads etc.. in those components ?
>
>thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks