Where to place the jar files..?
I made a program in netbeans that uses a jar file.. that i imported to the libraries in order to make it run... thats ok. the program is running correctly.
Now i want to run this very program on another computer where netbeans is not installed.. or say i need to run this program on multiple computers and in that case it would be practically infeasible to install netbeans on every computer just for making this program run..
I mean ..... i am running the file on the target system and it is obviously unable to recognize the functions that i have used from the "jar " file... where should i place the jar file on the target system or set class paths what ever ..in order to make the program run correctly.; plz suggest. thnx.:confused: