On Mar 24, 3:24 am, Minhaj Siddiqui <[email protected]> wrote: > Hi every one I am new to Java , I would like to know that I have set the > path for java > c:\java\jdk\bin , and that works absolutely fine > > but the problem is that I would like to run from any path , can I do that ??? If I still remember correctly, one way is to run java with classpath argument like below: c:>java -classpath class-file-directory file-name > for example > > if I add a folder at bin directory or any where can I run my java program > from there and if now so how can i do that otherwise I need to create every > time at bin and that would be not documented > > I would like to run java from this path too > c\java\jdk\bin\Grade Book > can I do that ??? > Please do let me inform > > Thanks > Regards > Minhaj > > _________________________________________________________________ > Show them the way! Add maps and directions to your party > invites.http://www.microsoft.com/windows/windowslive/products/events.aspx
--~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
