1
Galley,
I’m following a tutorial to learn about a distributed Java Calculator.
However, I am having an import error from JDOM library, I already imported anyway: - Zipped - Archive by archive - Only the main file
But the error persists:
error: package org.jdom does not exist import org.jdom.Document;
What am I doing wrong?
Hugs,
It worked, thanks a lot. In this case, I used as you reported: org.jdom2 Hugs!
– Cássio Lopes