用java进行软件开发 [英] Software development with java

查看:96
本文介绍了用java进行软件开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何用java创建软件。需要的是可点击的文件,它打开一个软件,例如电脑游戏。



应该没有需要javac或任何其他命令只需单击和播放



我已经有一个俄罗斯方块游戏,我想创建可点击对象,而不是任何集成开发环境。它创建为java applet,目前从代码运行



我尝试过:



Java jars javac和其他java产品

How is it possible to create software with java .What is required is clickable file which opens a software say for instance a computer game.

There should be no need for javac or any other commands just click and play

I already have a tetris game which i would like to create as clickable object not with any integrated development environment. It is created as java applet and at present runs from code

What I have tried:

Java jars javac and other java products

推荐答案

请参阅此处的文章:如何从你的Java代码制作可执行文件 - Sulabh Shrestha - 中等 [ ^ ]
See article here: How To Make A Executable File From Your Java Code – Sulabh Shrestha – Medium[^]


这与您昨天发布的问题基本相同: https://www.codeproject.com/Questions/4133626/Java-swing-how-to-make-the-application-as-clickabl [ ^ ]。 Java不是设计为以可点击的应用程序运行,而是通过将一个类或一组类加载到JVM中。如果您想要普通的可点击应用程序,那么请使用C,C ++或其中一种.NET语言。
This is basically the same question you posted yesterday: https://www.codeproject.com/Questions/4133626/Java-swing-how-to-make-the-application-as-clickabl[^]. Java is not designed to run as clickable applications, but by loading a class or group of classes into the JVM. If you want ordinary clickable applications then use C, C++ or one of the .NET languages.


这篇关于用java进行软件开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆