使用ikvm将jar转换为dll [英] Conversion of jar to dll using ikvm

查看:430
本文介绍了使用ikvm将jar转换为dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用IKVM将jar转换成dnet,但是在线程mainjava.lang.ClassNotFoundException中的异常异常:\位于jar \ ...



任何人都提供一些指导。



提前感谢

解决方案

先决条件 -


  1. 您必须在系统上安装JDK。

  2. 设置JDK的环境变量。



步骤:


  1. 打开命令提示符。

  2. 转到 ikvmc 文件夹( ikvmc.exe 附带 ikvm 包)。

  3. 输入命令 ikvmc -out:myapp .dll myapp.jar


I am trying to convert a jar into dll in dotnet using IKVM but am getting this error Exception in thread "main" java.lang.ClassNotFoundException: \Location of the jar\...

CAn anyone provide some guidance..

Thanks in advance

解决方案

Prerequisites -

  1. You must have the JDK installed on your system.
  2. Set the environment variables for the JDK.

Steps:

  1. Open the command prompt.
  2. Go to the ikvmc folder (ikvmc.exe comes with the ikvm package).
  3. Enter the command ikvmc -out:myapp.dll myapp.jar

这篇关于使用ikvm将jar转换为dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆