i have make jar file but when i click in this file then arr
swhow "no faund main class" plese help me in this problem
becose i want to make a jar file as a dxdcutable file
Answer / avi s
You must define the Main class in the Manifest.MF file
When you package the jar file use the Manifest you created
and do not use the default generation of manifest file.
see jar command help.
| Is This Answer Correct ? | 3 Yes | 1 No |
In java what is the difference between sleep() and wait() .
What is savepoint in java?
Spring framework ---Can somebody explain me in easily understandable format about AOP, IOC and DI, so that i can explain in interview rather than just telling what is available in net. I am not able to understand that also. I am new to Spring
What is meant by annotation in java?
What are the advantages of lambda functions?
What is dto in java?
What are jpa repositories?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
What is the meaning of loosely coupled in java?
What about products that claim to block java applets at a firewall? : java security
What is serializable in java?
What if I do not provide the string array as the argument to the method?