I made a simple application for blackberry the jar file doesn't get created ? when the application is build following files get created in the main folder .cod, .cso, .debug, .jad, .jdp, .rapc except the .jar file.
相关问题
- X-I.: command not found, and failed to build certa
- Maven - Access properties on parent pom from a chi
- Change Maven-driven project based on Vaadin 11 to
- TFS 2010 : Use the label name in build number form
- How to make background of BrowserField transparent
相关文章
- Handling ffmpeg library interface change when upgr
- Build errors of missing packages in Visual Studio
- Forcing a TFS2010 workflow build to FAIL instead o
- Use Eclipse classpath variable to replace absolute
- How to add String parameter to Jenkins with option
- How to pass a build number within the MultiJob plu
- Visual Studio Solution — Any way to create a “spec
- intellij build jar artifact containing gradle depe
The .cod files contain the compiled program code for your blackberry application, and are equivalent to jar files.
You can use either the .jad file, or an .alx file (using blackberry desktop manager) to load these .cod files onto your blackberry.