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 |
What is lambda expressions action func and predicate?
I am new to jsf rich faces. I am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value i selected in backing bean?
Is java singleton thread safe?
Is lambda cheaper than ec2?
What is difference between map and flatmap in java 8?
Are the actual permissions for the application defined at run-time or compile-time? : java security
What is repository pattern in java?
Is java an api?
What is difference between loosely coupled and tightly coupled in java?
Do I need both jdk and jre?
Is jar an executable?
What is connection pooling in java?