Eine enthaltende Instanz, die enthält, ist erforderlich
Unten ist der Code. positionObj
ist das Objekt, das ich verwenden möchte, und es gibt mir den obigen Fehler.
Es ist unklar warum.
package toolBox;
import toolBox.Secretary.positionObj;
public class PositionManagement {
public static HashMap<String, Secretary.positionObj> main(String vArg){
positionObj newPosition=new positionObj();
}
}