(My environment is WindowsXP.)
I want to know the difference of czt-1.0-bin.zip and czt-1.0-src.zip.
I want to know that czt-1.0-bin.zip does not need to "mvn clean install", or need to.
But, I could not understand what is "CZT_HOME" and How I have to do , from the install.html.
I tried download czt-1.0-bin.zip.
I Unziped the file to C:\Program Files\czt\
Then,
I downloaed czt-1.0-src.zip.
I Unziped the file to C:\Program Files\czt\ as over-write(over-ride?).
Then,
I run
mvn clean install
, but the error happen.
I did not find the error message on that time.
Then,
I tried to command
java -jar czt.jar ...
I could see czt's message ... so, install completed?
I found the error message before... so , Now I can not understand why software works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you are using czt-1.0-bin, compiling is NOT necessary (bin is short for binary).
Just follow the instructions on http://czt.sourceforge.net/manual.html but ignore the chapter about source releases. If you want to use CZT from within jEdit, you still need to install the plugins etc. as described there.
czt-1.0-src (src is short for source) only contains the source code but not the binaries and you need to compile to get the jar files (binaries).
Cheers,
Petra
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1st time , I'm writing. from Japan.
(My environment is WindowsXP.)
I want to know the difference of czt-1.0-bin.zip and czt-1.0-src.zip.
I want to know that czt-1.0-bin.zip does not need to "mvn clean install", or need to.
Today, I Install czt , looking at
http://czt.sourceforge.net/install.html
.
But, I could not understand what is "CZT_HOME" and How I have to do , from the install.html.
I tried download czt-1.0-bin.zip.
I Unziped the file to C:\Program Files\czt\ Then,
I downloaed czt-1.0-src.zip.
I Unziped the file to C:\Program Files\czt\ as over-write(over-ride?).
Then,
I run
mvn clean install
, but the error happen.
I did not find the error message on that time.
Then,
I tried to command
java -jar czt.jar ...
I could see czt's message ... so, install completed?
I found the error message before... so , Now I can not understand why software works.
Hi,
czt-1.0-bin.zip contains a binary release of CZT, whereas czt-1.0-src.zip contains the source code of that release.
To run CZT, you only need czt-1.0-bin.zip, which is why CZT is working for you even though the compilation failed.
I hope this helps,
Tim
Thank you very much for your answer.
I want to reaffirm ,
When I use a bin-archive, is compiling it necessary?
If you are using czt-1.0-bin, compiling is NOT necessary (bin is short for binary).
Just follow the instructions on http://czt.sourceforge.net/manual.html but ignore the chapter about source releases. If you want to use CZT from within jEdit, you still need to install the plugins etc. as described there.
czt-1.0-src (src is short for source) only contains the source code but not the binaries and you need to compile to get the jar files (binaries).
Cheers,
Petra
Thank you very much for your answer.