Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Native pkg - "Detected [iscc.exe] version 0.0 but version 5.0 is required."

951182Jul 23 2012 — edited Jul 23 2012
Hello,

I'm trying and failing to generate an .exe native package following the instructions in this blog post:

https://blogs.oracle.com/talkingjavadeployment/entry/native_packaging_for_javafx

I'm on Windows XP SP3 using the 32-bit versions of the recommended JDK and JavaFX SDK. I have installed Inno Setup version 5.5.1 (although I also tried 5.5.0 and 5.2.3, also without success) and have added iscc.exe to the system path. I'm running an unmodified version of the SwingInterop build.xml included in the javafx-samples-2.2.0-beta bundle. The fx:deploy task, which looks like this:

<fx:deploy width="960" height="720" includeDT="true"
nativeBundles="all"
outdir="${basedir}/${dist.dir}" embedJNLP="true"
outfile="${application.title}">
<fx:application refId="swingFXApp"/>
<fx:resources>
<fx:fileset dir="${basedir}/${dist.dir}"
includes="SwingInterop.jar"/>
</fx:resources>
<fx:permissions/>
<info title="Sample app: ${application.title}"
vendor="${application.vendor}"/>
</fx:deploy>

skips the .exe bundler with this error message: "Detected [iscc.exe] version 0.0 but version 5.0 is required."

Thanks for any advice or assistance.

-JP
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2012
Added on Jul 23 2012
2 comments
2,286 views