Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Wed, 15 Jan 2003
Classpaths - a neverending source of pain.
The Java classpath mechanism is probably the number one source of
wasted time. Just look in any java related mailing list and you'll
find piles of messages related to hosed classpaths. Why isn't there a
JSR to replace the classpath mechanism?
Today Bill de hÓra wrote
about fixing the classpath mechanism by allowing it to read from an
XML file. The problem with this solution is that people keep their
jars all over the place, so you've just moved the problem around.
Even then, you have the problem of getting the various version
dependencies right.
One of the comments references Uberjar. I can
see the appeal of this approach, because you ought to be guaranteed
that you get all the right versions. I'd prefer to see something that
didn't copy jars all over creation, even if disks are cheap now.
[17:57] |
[computers/programming/java] |
# |
TB |
F |
G |
0 Comments |
You can subscribe to an RSS feed of the comments for this blog:
Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk