Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Java - get application path?
Name: Cimaera Date: February 18, 2003 at 10:11:58 Pacific OS: Solaris 7 CPU/Ram: p2/128
Comment:
what's the simplest way to get the directory of the project in java? I mean the equivalent of app.path in vb6.
Summary: I want to get the path to an application. The program should take an argument. I will be using MS C++ v6.0 to compile the code. Example: getpath.exe "myapp" Path to "myapp" is c:\test Thank you, ...
Summary: I'd like to write to a file whose path is given by an environment variable I've defined in Windows XP. How do I get this path in JAVA?, and can I append the /FILENAME to it like a string when creatin...
Summary: Can someone tell me how to get the application's path in VB.NET? I am using a console application, so I can't use the methods that I normally use to do this, because they require forms. Any ideas? Sa...