English 中文(简体)
Debug Javascript within Eclipse using Rhino
原标题:Debug Javascript within Eclipse using Rhino

我安装了Java文本开发工具Plugin,用于Eclipse,但我无法操作或浏览Java文本项目。

我想利用内在的Rhino Interpreter进行 de击,而不是使用网络浏览器。

我创建了“ Java本”项目,在我试图建立一个运行的组合时,它说,“请选择一个有效的项目”,而 run子则被粉碎。

请见所附的缩略语:

问题回答

你们使用哪一种ec子? Install Eclipse 3.7 Java EE FCCC/SBI/2008/12。 请见所附图像。

“Debug

Debug配置如下。 项目不会有任何节奏,你需要像以下图像所示,直接编篡java书写文件(你可以把整个工作空间的所有java书写文件汇集起来)。

“Debug

很显然,你没有制定有效的javascript项目。 根据您的Eclipse版本,是Juno, 前往档案——新—— Javascript Project.

Java字项目没有与其相关的“特性”,让你们在项目探索者中知道。 Spring, Java, 甚至Perl项目都有这种情况。 它是分配给一个项目的象征,该项目让Eclipse知道该项目的类型。 Java项目有“J”,春天项目有“S”。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签