Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I’mu using Myeclipse 6.6 classical edition.. I do try to use convert my .java files to .jar files..I read the forums and I found out a way to do it by clicking File-> Export..I do believe that I created jar files successfully but when I click them I have that error : Could not find the main class.. Please help me with that issue. Thank you so much from now for your helps..
During the Export wizard you should enter the full (internal) classname of the main entrypoint of your application (like com.company.app.test wich has a public main function).