0

I am trying to use byteDeco JavaCV but even after adding the dependency I am getting the package org.bytedeco.javacv doesn't exist .

Tried both dependency:

    <dependency>
        <groupId>org.bytedeco</groupId>
        <artifactId>javacv-platform</artifactId>
        <version>1.3.3</version>
    </dependency>

   <dependency>
        <groupId>org.bytedeco</groupId>
        <artifactId>javacv</artifactId>
        <version>1.1</version>
    </dependency>

BDW using IntelliJ as IDE. Am I missing something? I am unable to import any package with org.bytedeco

Neeraj Jain
  • 7,643
  • 6
  • 34
  • 62
  • 1
    on the right side you have a "maven" small window with a refresh button in it. Try to click on it. see https://stackoverflow.com/questions/9980869/force-intellij-idea-to-reread-all-maven-dependencies or https://stackoverflow.com/questions/16992255/how-can-i-make-intellij-idea-update-my-dependencies-from-maven –  Nov 21 '17 at 06:51
  • Well ***winner winner, chicken dinner!*** thanks, @RC. – Neeraj Jain Nov 21 '17 at 06:54
  • Let's mark this one as a duplicate then ;) –  Nov 21 '17 at 06:56
  • Sure, not an issue :) – Neeraj Jain Nov 21 '17 at 06:59

0 Answers0