Sergey
Sergey

Reputation: 11928

JAD file must reference the JAR file

While trying to publish a java app to the ovi nokia store there's an error - "JAD file must reference the JAR file". What can cause this problem if removing jar file and recompiling project doesn't help?

Upvotes: 4

Views: 1153

Answers (1)

gnat
gnat

Reputation: 6226

Per my reading of documentation in Sun/Oracle tutorial error message like you received might indicate that something wrong is going on with your jad attribute MIDlet-Jar-URL:

...The JAR file will be installed from the location MIDlet-Jar-URL. The size of the download must agree with the MIDlet-Jar-Size value...

Upvotes: 3

Related Questions