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
1 2973cant we call run() method directly instead of calling indirectly through the start() method ? if we do so then what is the problem ?
7 15388How can I check single byte, double byte of character in JTextField?(eg. japan unicode and English unicode)
4032I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
1902In a barber shop there are 2 doors. customer come in 1 door, leave in other. minimum # of chairs. barber spend his life in cutting. always barber can cut 1 customer. few chairs in the shop. if barber busy customer waits, if chairs full, customer leave. if no customer, barber sleeps. treat barber and customer as 2 threads. you can use Semaphore class with arrive and depart and count as parameter.
NCR,
2122Employee has a Passport. here employee is an object and passport is an object, give the class design
3 4746Post New Java Related AllOther Questions
Where is java installed?
How do you run an executable jar file?
Why are command line arguments passed as a string?
How do I run a project in eclipse?
What is jndi datasource in java?
Are streams faster than for loops?
What is mime in java?
What does public static void main(string[]) mean?
Is it correct to say that using parentheses can only change?
What do you understand by numeric promotion?
What do you understand by downcasting?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))
What is cdi in java?
Can an application have multiple classes having main method?
How should I format my code? How should I comment my code?