Difference between revisions of "CryptoTool"
Ralf.hauser (talk | contribs) (→FAQ) |
Ralf.hauser (talk | contribs) (→README) |
||
| Line 12: | Line 12: | ||
git clone https://hauser@git.my-d.org/e2e/e2efatclient.git | git clone https://hauser@git.my-d.org/e2e/e2efatclient.git | ||
| + | |||
| + | install maven from apache | ||
| + | |||
| + | install 7z.dll | ||
| + | |||
| + | then in cygwin, do "mvn clean install" | ||
= Links = | = Links = | ||
Back to [[Projects]] | Back to [[Projects]] | ||
Revision as of 12:58, 24 November 2020
FAQ
t.b.d
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project CryptoTool: Fatal error compiling: invalid target release: 11
hauser@hauservm:~/git/e2efatclient$ echo $JAVA_HOME /usr/lib/jvm/curr hauser@hauservm:~/git/e2efatclient$ export JAVA_HOME=/usr/lib/jvm/jdk-11
README
git clone https://hauser@git.my-d.org/e2e/e2efatclient.git
install maven from apache
install 7z.dll
then in cygwin, do "mvn clean install"
Links
Back to Projects