Dreamweaver 是否支持 Java?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18198685/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Does Dreamweaver support Java?
提问by b2550
Is it possible to program java in Dreamweaver? I figure it would be a plugin but I would like to be able to do that instead of Netbeans because I like working in Dreamweaver better for some reason.
是否可以在 Dreamweaver 中对 Java 进行编程?我认为这将是一个插件,但我希望能够做到这一点而不是 Netbeans,因为出于某种原因,我更喜欢在 Dreamweaver 中工作。
Edit:Just a note, this was just an idea that popped in my head. I wanted to know if you could just as a friendly question and I find this can be helpful to a few people in the future.
编辑:只是一个便条,这只是我脑海中出现的一个想法。我想知道你是否可以作为一个友好的问题,我发现这对未来的一些人会有所帮助。
采纳答案by mdoran3844
Dreamweaver does not support Java compilation.
Dreamweaver 不支持 Java 编译。
Dreamweaver supports web related technologies such as HTML, CSS and Javascript
Dreamweaver 支持 Web 相关技术,例如 HTML、CSS 和 Javascript
回答by Ignacio Garat
Take a look http://www.jsftoolbox.com/is one way to achive what you are looking for.
看一看http://www.jsftoolbox.com/是实现您正在寻找的东西的一种方法。
回答by JoelBonetR
According to the official site:Programming languages supported by Dreamweaver In addition to text-editing capabilities, Adobe Dreamweaver provides various features, such as code hints, to help you code in the following languages:
根据官网介绍:Dreamweaver 支持的编程语言 除了文本编辑功能外,Adobe Dreamweaver 还提供了多种功能,例如代码提示,可帮助您使用以下语言进行编码:
HTML, PHP, CSS and JavaScript.Other languages, such as Perl, are not supported by the language-specific coding features in Dreamweaver; for example, you can create and edit Perl files, but code hints don't apply to that language.
HTML、PHP、CSS 和 JavaScript。Dreamweaver 中特定于语言的编码功能不支持其他语言,例如 Perl ;例如,您可以创建和编辑 Perl 文件,但代码提示不适用于该语言。
So, in base, and for all newbies that can read this thread, you can program every language with every IDE (you can even use windows notepad), but you're getting code hints (AKA intellisense) only on supported languages for each IDE (each ide that support code hints, obviously).
因此,在基础上,对于所有可以阅读此线程的新手,您可以使用每个 IDE(您甚至可以使用 Windows 记事本)对每种语言进行编程,但是您只能在每个 IDE 支持的语言上获得代码提示(AKA 智能感知) (显然,每个 ide 都支持代码提示)。
It could be great for dreamweaver to support Java for JSP, C#, Ruby, Phyton... appart from front end + php, with official plug-ins, but at the moment it does not.
Dreamweaver 支持 Java for JSP, C#, Ruby, Phyton... 前端 + php 的 appart,带有官方插件,但目前还没有。
I recommend you IntelliJ Ideaby Jet Brainsfor java programmingas i tried the uggly net-beans, the buggy and seemly half-abandoned eclipse and IntelliJ and this last one is the best for me, give it a try! (you can get free license if you're a student).
我向您推荐Jet Brains 的IntelliJ Idea用于 Java 编程,因为我尝试了丑陋的 net-beans、越野车和看似半废弃的 eclipse 和 IntelliJ,最后一个对我来说是最好的,试一试!(如果你是学生,你可以获得免费许可证)。