netbeans-6.9

Rails on Netbeans: Uncaught exception: no such file to load — script/server or script/console

倖福魔咒の 提交于 2019-12-03 15:57:40
I'm trying to initiate a Rails 3 console from Netbeans 6.9.1 (just upgraded) and fail with Uncaught exception: no such file to load -- script/console The debugger fails as well on a similar error ( ... -- script/server ). The project I'm trying to run this on was previously a Rails 2.3.8 app which I upgraded, and Netbeans still tries to do the good old ruby script/console command rather than rails c . I tried to install the patch described here , but it didn't work. gem list returns: *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.1, 3.0.0.rc2) actionpack (3.0.1, 3.0.0.rc2) activemodel

Transport.send(message) not working in the below code.. netbeans gets stuck at the running part. it doesn't proceed furthur.. it hangs there forever

一世执手 提交于 2019-12-03 13:11:49
I have tried to write a code to send email using Java. But this code is not working. When the code is executed it gets stuck at transport.send(message). It's stuck there forever. Also I am not sure if the rest of the code is correct or not. //first from, to, subject, & text values are set public class SendMail { private String from; private String to; private String subject; private String text; public SendMail(String from, String to, String subject, String text){ this.from = from; this.to = to; this.subject = subject; this.text = text; } //send method is called in the end public void send(){

NetBeans always shows warning: “The authenticity of host x can't be established” after upload, download or synchronize

限于喜欢 提交于 2019-12-03 06:28:15
问题 I'm currently using NetBeans 6.9 with the PHP plugin and a PHP Application from Remote Server project. However, every time I upload or download with it, I'm prompted with a warning that reads: The authenticity of host x can't be established. RSA key fingerprint is y. Are you sure you want to continue connecting? Can I store the RSA key fingerprint of the remote server or not have NetBeans confirm the key before taking action? I'm connecting to my own server, so yes, I always trust it. Getting

How do I refresh Netbeans workspace?

自古美人都是妖i 提交于 2019-12-03 05:23:56
问题 In Eclipse, there is something called refresh workspace or F5 that refreshes the files, to make sure to pick-up any files that are changed outside eclipse. How do i do that in Netbeans ? I am using 6.9.1 for PHP/Java development? I don't see any refresh nor F5 works? any hints? any plugins?? 回答1: Within NetBeans : select "Source" > "Scan for External Changes" this will force the IDE to look for changes and "Refresh" the file structure. I develop PHP within NetBeans and am frequently creating

NetBeans always shows warning: “The authenticity of host x can't be established” after upload, download or synchronize

人走茶凉 提交于 2019-12-02 21:01:51
I'm currently using NetBeans 6.9 with the PHP plugin and a PHP Application from Remote Server project. However, every time I upload or download with it, I'm prompted with a warning that reads: The authenticity of host x can't be established. RSA key fingerprint is y. Are you sure you want to continue connecting? Can I store the RSA key fingerprint of the remote server or not have NetBeans confirm the key before taking action? I'm connecting to my own server, so yes, I always trust it. Getting that popup is annoying and I would like to be able to simply have a way of either checking the key

How do I refresh Netbeans workspace?

这一生的挚爱 提交于 2019-12-02 18:40:51
In Eclipse, there is something called refresh workspace or F5 that refreshes the files, to make sure to pick-up any files that are changed outside eclipse. How do i do that in Netbeans ? I am using 6.9.1 for PHP/Java development? I don't see any refresh nor F5 works? any hints? any plugins?? mrbnetworks Within NetBeans : select "Source" > "Scan for External Changes" this will force the IDE to look for changes and "Refresh" the file structure. I develop PHP within NetBeans and am frequently creating new files outside of the IDE . This does the trick every time and works quickly. I think below

JSF2.0 + Richfaces 3.3.3, jsp not found error

独自空忆成欢 提交于 2019-12-02 14:55:01
问题 I created simple project using JSF2.0 + Richfaces3.3.3 + tomcat6.0.29 in Netbeans6.9.1 Step1 : File -> NewProject + Select JSF 2.0 + Prefered Page Language as JSP Step 2: Jar JSF2.0 jsf-api.jar JSF2.0 jsf-impl.jar JSTL1.1 - Standard.jar JSTL1.1 - jstl.jar jsf-facelets.jar (Facelets 1. 1. 15) richfaces-api-3.3.3.Final.jar richfaces-ui-3.3.3.Final.jar richfaces-impl-jsf2-3.3. 3.Final.jar commons-beanutils-1.8.3.jar commons-collections-3.2. 1.jar commons-digester-2.0.jar commons-logging-1.1.1

NetBeans is no longer generating a JAR file for code that it used to

∥☆過路亽.° 提交于 2019-12-02 12:26:29
问题 Two years ago I wrote a simple upload applet using Java, developed using NetBeans. When I first hit "Clean and Build" back then, and for some time afterwards, it worked perfectly. It would run through the build process and produce a JAR file that I could then upload to my web server, and the applet worked great. Now, as I'm going back in and making some slight modifications to this applet, it no longer produces the JAR file when I hit "Clean & Build." The actual code changes I made are so

NetBeans is no longer generating a JAR file for code that it used to

本小妞迷上赌 提交于 2019-12-02 06:40:48
Two years ago I wrote a simple upload applet using Java, developed using NetBeans. When I first hit "Clean and Build" back then, and for some time afterwards, it worked perfectly. It would run through the build process and produce a JAR file that I could then upload to my web server, and the applet worked great. Now, as I'm going back in and making some slight modifications to this applet, it no longer produces the JAR file when I hit "Clean & Build." The actual code changes I made are so minute that I can guarantee they would have no bearing on this (literally just changing the contents of a

JSF2.0 + Richfaces 3.3.3, jsp not found error

喜夏-厌秋 提交于 2019-12-02 03:53:36
I created simple project using JSF2.0 + Richfaces3.3.3 + tomcat6.0.29 in Netbeans6.9.1 Step1 : File -> NewProject + Select JSF 2.0 + Prefered Page Language as JSP Step 2: Jar JSF2.0 jsf-api.jar JSF2.0 jsf-impl.jar JSTL1.1 - Standard.jar JSTL1.1 - jstl.jar jsf-facelets.jar (Facelets 1. 1. 15) richfaces-api-3.3.3.Final.jar richfaces-ui-3.3.3.Final.jar richfaces-impl-jsf2-3.3. 3.Final.jar commons-beanutils-1.8.3.jar commons-collections-3.2. 1.jar commons-digester-2.0.jar commons-logging-1.1.1.jar and hth-api-0.4.0.jar web.xml file <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5"