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 创建一个软件。我已经使用 Java Swing 对应用程序进行了编码,并将后端用作 MySQL 服务器 5.05。
如何创建可以安装在 Windows 上并像其他软件一样运行的应用程序?
将其编译为 JAR 并在 Windows JRE 中运行。