/jEdit/tags/jedit-4-0-pre5/bsh/commands/getClassPath.bsh
# · Unknown · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · afde7554ef83d546a46b1a72448e39ae MD5 · raw file
- bsh.help.getClassPath= "usage: getClassPath()";
- import bsh.BshClassManager;
- URL [] getClassPath() {
- cp = BshClassManager.getClassManager().getClassPath();
- return cp.getPathComponents();
- }