View Single Post
  #1 (permalink)  
Old 07-08-2008, 11:50 PM
hnmapara hnmapara is offline
Member
 
Join Date: Jul 2008
Posts: 1
hnmapara is on a distinguished road
Running eclipse java project on command prompt
Hi all,

I have one java project and that is very well running in eclipse. I have added some external JARs to that project. It performs this job- it creates connection to server, and listens to the signals from server.

My question is - how do I run that java project on command prompt?
I want to run that using ANT or simply I want to make a JAR file so I can execute JAR on command prompt. I created JAR, but it doesn't contain external jar which I added to the project. So I was not able to run that project.

Can you please tell me any of the method - using ANT or by making JAR?
Also can you be little bit more explanatory in reply?

Thanks
Reply With Quote
Sponsored Links