Java Package Does Not Exist Error

前端 未结 7 1309
执笔经年
执笔经年 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:56

    I had the exact same problem when manually compiling through the command line, my solution was I didn't include the -sourcepath directory so that way all the subdirectory java files would be compiled too!

提交回复
热议问题