We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
org.jnetpcap:jnetpcap:1.4.1
This guide outlines the steps to resolve the missing dependency org.jnetpcap:jnetpcap:1.4.1 when building the CICFlowMeter project on Ubuntu 22.04.
Clone the Repository
git clone https://github.com/ahlashkari/CICFlowMeter.git cd CICFlowMeter/jnetpcap/win/jnetpcap-1.4.r1425 mvn install:install-file -Dfile=jnetpcap.jar -DgroupId=org.jnetpcap -DartifactId=jnetpcap -Dversion=1.4.1 -Dpackaging=jar cd cd CICFlowMeter
Make Gradle Wrapper Executable (if necessary)
chmod +x gradlew
Update build.gradle
build.gradle
compile group: 'org.jnetpcap', name: 'jnetpcap', version:'1.4.1'
compile group: 'org.jnetpcap', name: 'jnetpcap', version: '1.4.r1425-1g'
Build the Project
./gradlew execute
sudo chmod +x gradlew
Reference: https://stackoverflow.com/questions/61939324/issue-java-gradle-could-not-find-org-jnetpcapjnetpcap1-4-1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Resolving Missing Dependency:
org.jnetpcap:jnetpcap:1.4.1
for CICFlowMeter on Ubuntu 22.04 or compatible Linux distributionThis guide outlines the steps to resolve the missing dependency
org.jnetpcap:jnetpcap:1.4.1
when building the CICFlowMeter project on Ubuntu 22.04.Steps
Clone the Repository
Make Gradle Wrapper Executable (if necessary)
Update build.gradle
build.gradle
in your preferred editorBuild the Project
Troubleshooting
Common Issue
If you encounter permission issues:
Reference: https://stackoverflow.com/questions/61939324/issue-java-gradle-could-not-find-org-jnetpcapjnetpcap1-4-1
The text was updated successfully, but these errors were encountered: