Small Java applications designed to run on cell phones and other portable devices are called midlets. Files with the .jad (Java Application Descriptor) are used when packaging midlets for use on the mobile device. The .jad file contains the information needed to run each midlet, including the application name and size, the .jar file association, the vendor name, version number, and any other pertinent information. The .jar file contains the midlet's application, the java .class files, and other resources like images. These two files together make up what's called the midlet suite. Without the .jad and .jar files, the packaged midlets would not be able to run. The .jad format is very simple but efficient code, its file structure consisting of just eight lines.
Testimonials
I really do love FileCure because it's so easy to use - you don't have to be some kind of computer guru to get just what you need!
Susan K., Chalmette
Plug and play? Not even close. I spent a lot of time trying to get my new, so-called 'plug and play' scanner to work. I was about ready to take it back. ParetoLogic FileCure got it working and saved me a needless trip (and gas!!) back to the store.
Sylvia D. Franklin Park, San Francisco
I have to admit I'm no computer geek. When something goes wrong, I usually have to call someone to fix it and it costs me a lot of money. When my printer wouldn't work, a friend of mine suggested I try ParetoLogic FileCure a try. I figured it was worth a shot because I was going to have to pay for a geek anyway. I was so happy when it worked... and worked properly!
David G.
I figured the graphics card my grandson gave me was broken when I couldn't get it work on my computer. It turns out that I just didn't have the right driver. ParetoLogic FileCure got it workin.
Fred J.
Hello FileCure folks:
I can't thank you enough for this great product. I just bought a new Vista machine and had been having all kinds of problems. First it was my screen and once I got that fixed it was the printer . Finally, my son suggested I try your product. It worked great and continues to keep my computer working. Thanks you.
Reggie E., N. Dakota
I hate paying a lot of money for anything. That's why I buy mostly used computer equipment. Last week I thought I got taken when I bought a scanner. It just would not work. ParetoLogic Driver Cure got it working. With the updates, it makes sure my stuff will keep working and that I don't have to pay more money.
Eugene P.
I work at a school so my mom thinks I am some kind of computer whiz. I have wasted so much time trying to get her stuff to work. Our IT guy suggested I try ParetoLogic FileCure. It has been a godsend and has saved me a lot of wasted hours. My mom and I can't thank you enough.
Carol S., Saskatchewan
My wife bought me a new Vista system, and ever since I have had problems with some of my hardware. I saw FileCure, and decided to give it a shot. Ever since, the Vista and my hardware have been working great. Thanks!
Nick Shultz, Canberra, Australia
I upgraded my system to Vista, and my printer started to act funny. No error messages, but it just wasn't working quite right. I read that drivers could sometimes be the problem. I looked online and saw FileCure. After downloading FileCure, my printer works great. You guys rock!
Saul Cohen, New York, USA
Because the .jad, and its companion the .jar, are both java files, they can be opened, edited, or written using a standard text editor. Experienced java programmers can easily create a .jad from scratch, but for non-programmers who have a .jar file they want on their cell phone, JADMaker is the perfect tool. JADMaker can create the .jad file with no programming skills needed by the user. Simply drag the .jar file onto the interface and the software does the rest. You can also open the JADMaker program and enable the Windows Explorer Menu option which allows the user to simply right-click a .jar file and choose the option to create a .jad. This package is available on the internet as freeware.
Instructions on Using File Cure to Solve Computer Problems
Start Your Free File Scan File Cure Software will scan your computer system to check if any of the file extensions need to be updated.
Scan is Done Once the scan is complete, File Cure will prompt you to update all the file extensions which are outdated and can cause computer errors. Outdated file extensions can cause your software to malfunction.
Official File Extensions Used ONLY Whichever brand of computers you use; Dell, HP, Lenovo, Fujitsu, Acer, Compaq, Gateway etc, File Cure ONLY recommends the correct file extensions for your computer to ensure your computer does not crash.
Finished Updating Your File Extensions All Software Issues should be Solved Once File extensions are Updated and the Computer is restarted.
Why settle for 1 when you can get ALL 5 for the same price?
DriverCure
RegCure
Privacy Controls
XoftspySE
Data Recovery
Installing .jad files and midlets on a mobile device is usually as simple as navigating a menu or two. Most mobile devices will have an application installer that will download and install the files automatically. In some cases, a PC is required to manage the .jad files and get the midlets to the device. Emulators are available for the desktop environment, allowing developers the ability to test their work before deployment. Examples of these emulators include SimplicityT for Mobile Devices, Mpowerplayer, and Nokia 7210 MIDP. Sun Microsystems offers an application called Java VM (with J2ME). It is not an emulator, rather it's a java virtual machine with the capability of running .jad and .jar files. Java VM runs on the Windows, Mac, and Linux platforms. One more option is J2ME MIDLETS Emulation, an online emulation service where files can be uploaded and tested for free.
Research indicates that most errors with .jad files are due to the fact that different devices interpret the .jad data in different ways. In one case, a user downloaded a .jad wirelessly from a java server on to several different devices. The application worked flawlessly on all but one device which returned an error saying N80 Jad error: Compulsory attributes missing. During the download, apparently an extra line was inserted at the beginning of the file. In this one device the extra line was enough to throw off the device and not allow the application to run. In another case, a mobile device insisted that a .jad file was one for which it had no program associations. Upon further investigation it was revealed that the version number in the file was listed as 1.1 instead of 1.1.0. This minor discrepancy wouldn't bother some devices, but it did this one.
Users should not confuse .jad (Java Application Descriptor) files with a program named JAD. This program is a java decompiler which takes java class files and converts them to source code. They can then be edited and compiled again. This free program decompiles only .class files and cannot be used to open .jad files. Another use of JAD that is not to be confused with the .jad extension is a systems development process called Joint Application Development. This process is related to developing commercial information systems. It also has no connection to the .jad file extension.