本文介绍了如何在Atom编辑器中运行Java程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我安装了一个脚本程序包,以便能够在Atom编辑器中运行Java程序.但是我仍然无法运行它.收到以下错误消息:
I installed a scripts package to be able to run a Java program in Atom editor. But I'm still not able to run it. Getting the following error message:
这里可能缺少什么?
我正在使用Windows7.相同的编辑器和相同的软件包可以在Ubuntu上运行,而不会出现任何问题.
I am using Windows 7. The same editor and same package runs on Ubuntu without any issues.
推荐答案
- 从 GitHub网站获取GitHub Desktop.运行安装程序以完成安装.
- 从 Atom网站获取Atom Windows安装程序AtomSetup.exe.
- 一旦Atom安装完成,它就会启动.
- 从程序包"菜单中,导航到设置视图".单击子菜单项安装软件包/主题".
- 在搜索文本框中输入脚本",然后按Enter.
- 在搜索结果中找到名为脚本"(Atom中的运行代码)的软件包,然后在结果窗格中单击安装"按钮.
- 安装该软件包后,创建一个Java文件,然后单击Ctrl + Shift + B来运行它.
- Get GitHub Desktop from GitHub Site. Run the installer to complete.
- Get Atom Windows installer AtomSetup.exe from Atom Site.
- Once Atom installation completes, it launches.
- From Package Menu, Navigate to "Settings View". Click on the sub menu item "Install Packages/ Themes".
- Type "script" in the search text box, hit Enter.
- Look for a package named "script" (run code in Atom) in the search result and click on install button in the result pane.
- Once the package is installed, create a Java file and click Ctrl+Shift+B to run it.
PS-
- GitHub桌面是Windows环境的必备先决条件.
- 这两个安装程序的大小都超过100 MB,因此可能需要一些时间.
这篇关于如何在Atom编辑器中运行Java程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!