I guess this's a very newbie stupid question, but im not getting sth related to exporting.
To export my java project (lets call car project) into a car.jar file, after selecting some options, i have to select the export destination of the car.jar file im creating. At first, i thought that was the directory in which the car.jar would be placed after eclipse had created it. But when I select the directory it says that "Export destination must be a JAR file, not a directory." But how can i have any .jar file in my pc assuming car.jar is the first jar file im creating??? I just dont get the fact that i need an archive of the same type of the archive im trying to create....
I already tried to create a zip archive and then choose this zip file as my export destination, but it's not working....
Heelp??