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

Packaging up the project in a runnable jar #22

Closed
zcaudate opened this issue Jul 22, 2014 · 4 comments
Closed

Packaging up the project in a runnable jar #22

zcaudate opened this issue Jul 22, 2014 · 4 comments
Labels

Comments

@zcaudate
Copy link

I'm just curious if I package ups project that is using quasar, do I need to invoke it with the -javaagent option ?

@pron pron added the question label Jul 22, 2014
@pron
Copy link
Contributor

pron commented Jul 22, 2014

Yes, or you can use Capsule which is a runnable JAR on steroids (allows you to describe all the JVM options -- including a javaagent -- and much, much more, directly within the JAR).

Alternatively, you can instrument the classes at build time (works for Java but not for Clojure).

@zcaudate
Copy link
Author

Thanks @pron.. is there an example project (ie. simple ring server) that uses capsule that I can use as a template?

@pron
Copy link
Contributor

pron commented Jul 22, 2014

Yes, Here. But in any case, I would suggest at least skimming through Capsule's README, so you'd know what's going on. The example projects includes several ways of packaging a capsule, and you only need to choose one.

@zcaudate
Copy link
Author

thanks mate... will give it a go.

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

No branches or pull requests

2 participants