Quantcast
Channel: Active questions tagged redis+java - Stack Overflow
Viewing all articles
Browse latest Browse all 2203

Run java project on Debian 10

$
0
0

I would like launch an java app on Debian, I installed jre, jdk and redis. But when I try to compile my project with javac, I have a 10 errors like this:

src/main/java/worker/Worker.java:3: error: package redis.clients.jedis does not existimport redis.clients.jedis.Jedis;

My project looks like this:

enter image description here

And for build my project I do:

javac src/main/java/worker/Worker.java 

I'm on Debian 10.Thanks...if you don't have a relevant answer please do not down vote the question.


Viewing all articles
Browse latest Browse all 2203

Trending Articles