path tool
From: Roedy Green (see_at_mindprod.com.invalid)
Date: 04/29/04
- Next message: Karthik: "Doxygen Task for Ant makefile maintainers"
- Previous message: SMMT: "Eclipse Pakage"
- Next in thread: Michael Amling: "Re: path tool"
- Reply: Michael Amling: "Re: path tool"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 03:54:55 GMT
Has anyone written a tool like this?
Path Tool
This suggested student project is a tool that helps you deal with
duplicates on the path and classpath. It also helps you find files
that should be on the path or classpath but are not.
It displays the path and classpath with one element per line. It lists
the jar names in the currently active ext directory, and the name of
that directory.
I tell it someprog.exe then it tells me all the places on the path it
found someprog.exe
I tell it someprog and it tells me all the places on the path it found
someprog.exe, someprog.com, someprog.bat, and someprog.btm then tells
me which one I would get.
I tell it com.mindprod.bulk.SomeClass.class It tells me all the places
on the classpath (including the active ext jars) that it finds this
class, and tells me which one java would actually use. The package
name is optional.
I tell it com.mindprod.bulk.SomeClass.java It tells me all the places
on the classpath (including src.zip) that it finds this class, and
tells me which one javac would actually use. The package name is
optional.
I ask it to search my entire hard disk and the contents of all jars
and report as above.
See screen mockup at http://mindprod.com/projpathtool.html
-- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- Next message: Karthik: "Doxygen Task for Ant makefile maintainers"
- Previous message: SMMT: "Eclipse Pakage"
- Next in thread: Michael Amling: "Re: path tool"
- Reply: Michael Amling: "Re: path tool"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|