JAD file must reference JAR file

When I try to publish a Java application in the ovi nokia store, an error appears - "The JAD file must reference the JAR file." What can cause this problem when deleting a jar file and recompiling the project?

+4
source share
1 answer

In my reading of the documentation in the Sun / Oracle Error Message , as you received, it may indicate that something is wrong with your jad MIDlet-Jar-URL attribute:

... The JAR file will be installed from the MIDlet-Jar-URL location. The download size must match the MIDlet-Jar-Size ...

+3
source

Source: https://habr.com/ru/post/1385284/


All Articles