cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MacRobert
Level 4

can not locate myPackage.myMethod in myJar.jar for customaction

When building the installer the error in the title of this post stops the build.

There is an execute custom code in the Install sequence
with the path of the myJar.jar file,
with the class as myPackage.myMethod

I have done this to create myJar.jar:
jar cfv myJar.jar myPath/*

I can then do this to verify that the class file containing myMethod is in the jar
jar tf myJar.jar

Any ideas,

thank you
Labels (1)
0 Kudos
(2) Replies
MacRobert
Level 4

Dead thread, maybe just dead group . . . no life. :cool:
0 Kudos
MacRobert
Level 4

Solution: Ensure the method and the path are in synch. In other words, if the path says com.this.that.myMethod, then myMethod needs to reside in theproject\com\this\that directory.
0 Kudos