comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » java bridge question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Java Bridge Question [message #50100 is a reply to message #46522] Wed, 13 September 2006 17:39 Go to previous messageGo to previous message
pskellicker is currently offline  pskellicker
Messages: 2
Registered: September 2006
Junior Member
I would suggest verifying what is in the .jar file:

> jar tf TryGeometry.jar
.. should dump out the class names in the jar file. Verify you have
a class called Point and not ("fanning.com.Point" or "point" or
"TryGeometry$Point")

Then verify that there is a public constructor for Point that takes 2
floats as parameters.

> javap -classpath TryGeometry.jar Point
Should dump out the public methods of Point.

ScottK


David Fanning wrote:
> David Fanning writes:
>
>>
>> I have modified the idljavabrc configuration file in IDL
>> in the following way:
>>
>> JVM Classpath =
>> $CLASSPATH;C:\RSI\IDL62\external\objbridge\java\jbexamples.j ar
>> JVM Classpath =
>> $CLASSPATH;C:\RSI\IDL62\external\objbridge\java\TryGeometry. jar
>
> I've noticed in my log file that this doesn't set put my
> TryGeometry.jar file on the JVM path, so I have modified the
> configuration file to this:
>
> JVM Classpath = $CLASSPATH;C:\RSI\IDL62\external\objbridge\java
> \jbexamples.jar;C:\RSI\IDL62\external\objbridge\java\TryGeom etry.jar
>
> This sets my JVM Classpath to have the right jar files, but
> I get the same result when I try to create the object. :-(
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Image stabilization filter
Next Topic: Array matching?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 12:32:52 PDT 2025

Total time taken to generate the page: 0.84986 seconds