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.
我开发了一个 java swing 项目,当我在我的电脑上编译和运行它时它运行良好。但是当我复制项目文件夹并在另一台电脑上打开它时,它无法正常运行。它运行但不访问包中的其他类。只有主类被执行。但是输出 JAR 在两台 PC 上都可以正常工作。谁能告诉我可能出了什么问题?
确保复制项目的整个文件夹。