You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to install RDPTools on my computer,
I had to resolve several errors when I launch the make command:
I had to use a java jdk version at 8 instead of 11
I had to modify the url http://repo2.maven by https://repo1.maven.
Unfortunately I am stuck with this error :
RDPTools/Clustering/build.xml:122: Warning: Could not find resource file "/RDPTools/Clustering/lib/jaxb-api-2.2.7.jar" to copy.
Indeed, I have only in my "lib" dir these files :
"RDPTools/Clustering/lib/commons-cli-1.2.jar
RDPTools/Clustering/lib/commons-codec-1.8.jar
RDPTools/Clustering/lib/commons-io-2.4.jar
RDPTools/Clustering/lib/jaxb-impl-2.2.7.jar
RDPTools/Clustering/lib/junit-4.8.2.jar"
Can you help me please?
Sincerely,
Jérémy Tournayre
The text was updated successfully, but these errors were encountered:
Hello,
I want to install RDPTools on my computer,
I had to resolve several errors when I launch the make command:
I had to use a java jdk version at 8 instead of 11
I had to modify the url http://repo2.maven by https://repo1.maven.
Unfortunately I am stuck with this error :
RDPTools/Clustering/build.xml:122: Warning: Could not find resource file "/RDPTools/Clustering/lib/jaxb-api-2.2.7.jar" to copy.
Indeed, I have only in my "lib" dir these files :
"RDPTools/Clustering/lib/commons-cli-1.2.jar
RDPTools/Clustering/lib/commons-codec-1.8.jar
RDPTools/Clustering/lib/commons-io-2.4.jar
RDPTools/Clustering/lib/jaxb-impl-2.2.7.jar
RDPTools/Clustering/lib/junit-4.8.2.jar"
Can you help me please?
Sincerely,
Jérémy Tournayre
The text was updated successfully, but these errors were encountered: