Fwd: Converting a java class with external resource
Pariksheet <[email protected]>
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <CAKJC3cQOF01QPbgPSbxmn_+7Bfb090Pe+WzG3F841MHwLFz4hA@mail.gmail.com> |
Hi,
We have created a java class which uses some other external classes
exposed to interact to a Third party application.
Class definition starts like below:
package ITAMIntegration76;
import com.bmc.arsys.api.*;//Imports the package of classes which required
to integrate with third party server.
import java.util.*;
//This Class defines methods to Create,Modify & Search incidents in ITSM.
public class RemedyIntegrator extends Menu {
/*Class defintion
Methods*/
}
Now when i try to convert this RemedyIntegrator class file into dot net dll
i get error as below.
note IKVMC0002: Output file is "RemedyIntegrator.dll"
warning IKVMC0105: Unable to compile class
"ITAMIntegration76.RemedyIntegrator"
(missing class "com.bmc.arsys.api.Menu")
How to convert a class file into DLL when the class file is including some
other classes?
Please help.
Regards,
Pariksheet.
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Ikvm-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ikvm-developers