Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created April 6, 2012 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfjedimaster/2319685 to your computer and use it in GitHub Desktop.
Save cfjedimaster/2319685 to your computer and use it in GitHub Desktop.
Application.cfc
component {
this.name = "jsoup_demo";
this.javaSettings = {
loadPaths=[expandPath("./jars")]
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment