Java Bridge Import [message #60967] |
Mon, 23 June 2008 06:17 |
humanumbrella
Messages: 52 Registered: June 2008
|
Member |
|
|
Hey ~~
So, I'm trying to re-use much existing Java code in this java->IDL
rewrite process. However, if appears that I can only access Java
classes if they're jar'd up. I need to be able to access class files
without having to Jar them. (This is a huge application)
Here's what I mean:
For example, I have a class "HelloWorld.java" and "HellowWorld.class"
in D:\IDLResearch\Bridge\
This code: javaClass = obj_new('IDLJavaObject$HELLOWORLD',
'HelloWorld.java') returns
"% Class HelloWorld.java not found
% Execution halted at: IMPORTER 3 D:\IDLResearch\Bridge
\importer.pro
% $MAIN$ "
My idljavabrc file contains: D:\IDL\Bridge\ and D:\IDLResearch\Bridge
-- I've tried it with each.
Any thoughts ??
Thanks in advance!
--Justin
|
|
|