|
JConfig is a cross-platform library that supplements the core Java API and solves many programming tasks.
It lets you work with files, web browsers, processes, file types, and other system-level items in a much more advanced manner than that provided by the standard Java class libraries. For instance, you can use it to launch web browsers or other external applications instead of using Runtime.exec or solutions that only work on one platform.
JConfig is similar to some of the Microsoft extensions to Java, except: it's completely cross-platform! JConfig runs on Windows, Mac, Unix, and other platforms to come. The download even includes the complete source code!
download: http://www.tolstoy.com/samizdat/jconfig.html
|