Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added in ability for users to include pre-installed jars to the classpath #749

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

revans2
Copy link
Contributor

@revans2 revans2 commented Nov 18, 2013

No description provided.

@@ -477,7 +477,7 @@
(System/getProperty "java.class.path"))

(defn add-to-classpath [classpath paths]
(str/join ":" (cons classpath paths)))
(str/join ":" (cons classpath (remove str/blank? paths))))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the File/pathSeparator here in place of ":"?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, JVM classpath always uses a colon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants