Java Package Does Not Exist Error

前端 未结 7 1280
执笔经年
执笔经年 2020-12-03 04:50

So there\'s a folder /usr/share/stuff in the root directory

in stuff there are a bunch of java files with package org.name definitions at t

7条回答
  •  自闭症患者
    2020-12-03 04:55

    You need to have org/name dirs at /usr/share/stuff and place your org.name package sources at this dir.

提交回复
热议问题