parse-dot-classpath

Set CLASSPATH variable from Eclipse .classpath files
Download

parse-dot-classpath Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Kohsuke Kawaguchi
  • Operating Systems:
  • Windows All
  • File Size:
  • 6 KB

parse-dot-classpath Tags


parse-dot-classpath Description

Even with Eclipse, it is often convenient to have a shell (or a command prompt) so that you can launch your program with various parameters. However, to do that, you have to set the CLASSPATH variable correctly, I used to do this by writing a little shell script, but then you have to maintain it as you add/remove libraries. All of those adds up to a lot of efforts. This little tool makes this process painless by: 1. reading Eclipse's .classpath file (which contains paths to all the important directories/jar files) 2. formatting the contents into ';' or ':' separeted CLASSPATH variable style, and then 3. printing that out to stdout. Get parse-dot-classpath and test it for yourself to see just how useful it can be for you!


parse-dot-classpath Related Software