I am java newbie using Intellij IDEA. Have a problem compiling Android project (java ver 1.8.0_152) which use java.rmi package. Compiler error says that it doesn't exists. If I understand correctly, I don't need to provide this package separately because it is part of current java version?
What am I missing?
Thnx