Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created April 6, 2012 13:16
Show Gist options
  • 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