Hi I am using textpad to compile my java programs. They compile successfully but the .class file is not created. If i try compiling the same java program from DOS prompt then the .class file is created. Why am i having problem using java with textpad? Please let me know.
If they compile successfully, then there's a .class file being created somewhere. Use the Windows "find file" feature to search for them, then configure you IDE to put them where you'd like them to be, instead.