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?
Asked
Active
Viewed 1,126 times
4
-
1does your jad contain attribute `MIDlet-Jar-URL`? – gnat Dec 08 '11 at 06:57
-
gnat, thank you very much, I renamed both jar and jad files but MIDlet-Jar-URL contained the old name, you can make your comment as an answer. – Sergey Dec 08 '11 at 10:31
-
you're welcome - I made comment into answer – gnat Dec 08 '11 at 11:47
1 Answers
3
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 theMIDlet-Jar-Size
value...

gnat
- 6,213
- 108
- 53
- 73