Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Open Source Projects
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Other Open Source Projects
izpack desktop shortcuts help
Pratik Lohia
Ranch Hand
Posts: 88
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I need to create an installer for a
java
application. With izpack, when I try to creatre shortcuts, as requied, I add the native library Shelllink.dll using the following code in my xml installer
<native type="izpack" name="ShellLink.dll"/>
When compiling the xml I get the following error
Adding resource: Win_shortcutSpec.xml -> Fatal error : install_dgft.xml:49: Native Library not found: .\bin\native\izpack\ShellLink. dll com.izforge.izpack.compiler.CompilerException: install_dgft.xml:49: Native Libra ry not found: .\bin\native\izpack\ShellLink.dll at com.izforge.izpack.compiler.CompilerConfig.parseError(CompilerConfig. java:1523) at com.izforge.izpack.compiler.CompilerConfig.findIzPackResource(Compile rConfig.java:1488) at com.izforge.izpack.compiler.CompilerConfig.addNativeLibraries(Compile rConfig.java:469) at com.izforge.izpack.compiler.CompilerConfig.executeCompiler(CompilerCo nfig.java:320) at com.izforge.izpack.compiler.CompilerConfig.main(CompilerConfig.java:1 854) at com.izforge.izpack.compiler.Compiler.main(Compiler.java:615) (tip : use -? to get the commmand line parameters)
The file is present in the path required.
Please help....
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
IzPack Fatal Error
IzPack Fatal Error
error while running sample EJB client
Servlet compile problems
java.lang?
More...