Em chào tất cả các anh chị. Em có làm 1 project và clean and build để lấy file jar. nhưng sau khi chạy thì không hiện image và không kết nối được với SQL . anh chị nào có thể chỉ em được không ạ?
Hi
You have to declare where to find the images and the link to sql server in your manifest file. How? Read the tutorials HERE
OR: copy all the image files to the directory where the classes are generated and then do the following:
Code:
jar -cvfme MyJar.jar manifest.mf MyApp *.class *.jpg *.png > log.txt