D....,
I'm using the nokia MMSLibrary.jar for the MM1-EAIF connection with the MMSC.
I'm facing a problem with sending a java game content by receiving on the
mobile as a txt file not a jar file and unable to open it.
all the content that i sent is received as attachment(how can i change that)
may someone help me with this.....
part of code:
......
MMContent part2 = new MMContent();
part2.setContentId("<" + ContentID + ">");
b = readFile(content);
part2.setContent(b, 0, b.length);
part2.setType("application/java-archive");
mm.addContent(part2);
.....
![]()



