Two Laptop Bag
The moose likes Beginning Java and the fly likes how to make a jar file inside a folder Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "how to make a jar file inside a folder" Watch "how to make a jar file inside a folder" New topic
Author

how to make a jar file inside a folder

Hrishikesh Maluskar
Ranch Hand

Joined: Jun 19, 2008
Posts: 114
how to make a jar inside a folder.....i have folders named test\ws\myApp
and inside myApp i have 1.java and 2.java.
i am not able to create a jar file inside ws folder which is above myApp


SCJP 1.5
www.licexpadvice.com
Jair Rillo Junior
Ranch Hand

Joined: Aug 27, 2008
Posts: 114
I think you're in the wrong forum.


Regards, Jair Rillo Junior
http://www.jairrillo.com/blog, SCJA 1.0, SCJP 1.4, SCWCD 1.4, SCBCD 5.0, IBM SOA Associate (Test 664).
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12921
    
    3

This doesn't sound like a question which is directly related to the SCJP exam. I will move it to a more appropriate forum for you. Follow the link at the top of the page to continue with this topic.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Rene Larsen
Ranch Hand

Joined: Oct 12, 2001
Posts: 1179

Originally posted by Hrishikesh Maluskar:
how to make a jar inside a folder.....i have folders named test\ws\myApp
and inside myApp i have 1.java and 2.java.
i am not able to create a jar file inside ws folder which is above myApp


Show us the command you have tried with..
[ September 12, 2008: Message edited by: Rene Larsen ]

Regards, Rene Larsen
Dropbox Invite
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
To the Java Tutorials! Find the section called Deployment. It will tell you all sorts of useful things about .jars.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to make a jar file inside a folder
 
Similar Threads
setting classpath in my Jar
Classpath 2 questions.
Saving files in WAR file
Distributing apps as jar files
Best place for .properties file?