Hi,
I have a problem with vainstall main
I have built VA-install_0_24 and have ran the hello
example, Hello works fine but when I run the main
method it successfully reads my filelist.txt and new
VAI file but when it gets down to creating the jars
it gives the following error:
Creating jar file...
Cannot add the resource ICE_JNIRegistry.dll to the
jar, since it cannot be found (bummer!)
Cannot add the resource JNIWinShortcut.dll to the
jar, since it cannot be found (bummer!)
Exception in thread "main"
java.lang.NullPointerException
at com.memoire.vainstall.VAArchiver.makeJar
(VAArchiver.java:1697)
at com.memoire.vainstall.VAArchiver.start
(VAArchiver.java:349)
at com.memoire.vainstall.VAInstall.main
(VAInstall.java:59)
Java Result: 1
I have searched for these dll files as it seems they
are accessed correctly in the hello example but not
when I try to run the main class. Do you know what
I’m doing wrong? It could be something easy but for
some reason I cannot create an output when running
the main.
Any help would be greatly appreciated!
Cheers
DavidK