Skip to content

Need help sending document using standalone distribution #209

Answered by aaron-kumar
alfchristensen asked this question in Q&A
Discussion options

You must be logged in to vote

Since you are running command in Linux, so replace ";" with ":" . Important difference between setting Classpath in Windows and Linux is path separator which is ";" (semi-colon) in Windows and ":" (colon) in Linux

So for linux command will be:
java -cp "oxalis-distribution-6.0.0-RC3-distro/bin/:oxalis-as4-6.0.0-RC3-dist/" eu.sendregning.oxalis.Main -f document.xml

and I hope you have "oxalis-distribution-6.0.0-RC3-distro" and "oxalis-as4-6.0.0-RC3-dist" where you running this command. If not then use Full path.

I also notice that * is being removed by Github after "...bin/" and "......-dist/" . So place * after those to represent all libraries inside it.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@alfchristensen
Comment options

@aaron-kumar
Comment options

Answer selected by alfchristensen
@alfchristensen
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants