Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在linux中编译java文件时。我收到错误:找不到符号:“javax\mail\session”。我正在使用 mail.jar 文件。这已经包含在类路径中。但我仍然收到此错误。请帮忙。
它是 javax/mail/session 还是 javax/mail/Session。S 大写。你在使用任何 Ide 吗?
对于初学者来说,在 linux 上,文件分隔符是正斜杠(只有 windows 使用反斜杠)。
无论你在哪里使用,"javax\mail\session"试试吧"javax/mail/session"
"javax\mail\session"
"javax/mail/session"