小程序,希望在没有安装jmf的电脑上运行,用installanywhere制作安装包。参照了http://liuguojie456.blog.163.com/blog/static/12639549200901493950955/这篇文章,但是安装之后还是不能用。
一共四个文件夹:
bin:里面是编译好的class文件、jmf.properties.orig、jmf.properties
dll:安装jmf时生成的21一个dll文件
lib:jmf里面的几个jar包,如imf.jar
src:源文件
classpath文件内容:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/customizer.jar"/>
<classpathentry kind="lib" path="lib/dt.jar"/>
<classpathentry kind="lib" path="lib/htmlconverter.jar"/>
<classpathentry kind="lib" path="lib/jconsole.jar"/>
<classpathentry kind="lib" path="lib/jmf.jar"/>
<classpathentry kind="lib" path="lib/mediaplayer.jar"/>
<classpathentry kind="lib" path="lib/multiplayer.jar"/>
<classpathentry kind="lib" path="lib/sound.jar"/>
<classpathentry kind="lib" path="lib/tools.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>。
请问应该是在Advanced Designer中进行dll文件的写入,但是不知道具体怎么操作,而且在Advanced Designer中不太清楚怎么生成exe文件(之前没用Advanced Designer)。
还请大家多多帮忙