Galera,
I'm following a tutorial to learn about a Java Calculator done in a distributed way.
However, I'm having an import error from the JDOM library, I've imported it anyway: - Zipado - Archive by file - 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,