netbeans-7.1

compile in Netbeans 7.1

匆匆过客 提交于 2019-12-23 19:34:05
问题 I couldn't compile project in netbeans 7.1 in Widows 7 ,the error is "mkdir.exe stop working" I find mkdir.exe in MinGW>Msys>1.0>bin and run but didn't solve this problem . when I run a project the output is : "/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf make[1]: Entering directory `/c/Program Files/NetBeans 7.1.1/c++2' "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW_1-Windows/c__2.exe make[2]: Entering directory `/c/Program Files/NetBeans 7.1

JPA createEntityManagerFactory “Unknown Source” error (non-J2EE)

限于喜欢 提交于 2019-12-23 04:25:06
问题 I can't find what's wrong: many people seem to have issues with creating a EntityManagerFactory using the PU name. But I've checked all the suggestions, and none helped so far. I'm trying to build my first JavaFX2 app. It is a small dictionary application, originally built on the Netbeans Application framework (by extending the default "Master-Detail" generated classes). It uses a SQLite db. I'm now porting it over from there to another (JavaFX2-enabled) project. I first set out to rebuild

Netbeans - Open remote folder/new project

[亡魂溺海] 提交于 2019-12-22 05:52:11
问题 I have been using Netbeans for several months now and like it a lot. I am trying to enable a way to create a project which accesses live files on my server to make changes. When I create a project using a remote source, it starts downloading all the server files to my computer. This would be just fine, except for the fact that (a) the server has a few gigs of files on it and (b) there are two of us that will be making changes on the server. In the past, I have worked with IDEs that just open

How to format a java.sql.Timestamp(yyyy-MM-dd HH:mm:ss.S) to a date(yyyy-MM-dd HH:mm:ss)

╄→尐↘猪︶ㄣ 提交于 2019-12-21 04:17:30
问题 Well, I'm having a detail using a Date , because I'm getting an Object from my DataBase and in the variable "fecha" (date) from that same object I'm getting a java.sql.Timestamp , so the formatt is with miliseconds, but i don't want the miliseconds to appear. So i need to formatt the date that I'm receiving from my DB to a new date that doesn't have miliseconds. This is the object Factura: public class Factura implements java.io.Serializable { private FacturaId id; ... private boolean activo;

org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory [duplicate]

白昼怎懂夜的黑 提交于 2019-12-13 02:36:16
问题 This question already has answers here : Xerces error: org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl (2 answers) Closed 2 years ago . I'm creating a JSF application in NetBeans7.1 using GlassFish3.1.1, when I make changes to a managed bean or any other .java file and try to redeploy the web app to GlassFish using NetBeans I get the exception posted below. I have tried clearing the NetBeans cache and have also tried downloading various versions of NetBeans and GlassFish and have gotten the

Netbeans 7.1 running old codes rather than new ones

偶尔善良 提交于 2019-12-08 01:32:04
问题 Ok, this is really weird. I wrote some codes a day ago, and then edited the codes. Then after hours and hours of editing and rewriting and introducing new classes, I ran the codes, but then I go a response from a "System.out.println()" line that I had long removed. Basically, netbeans seems to be running a much older build of my codes. I've cleaned and re-built my codes and still nothing. It keeps running old codes. What's going on? 回答1: In Neatbeans by default settings will run your new code

How can I change the value of a variable while debugging Java code in NetBeans 7.1?

半腔热情 提交于 2019-12-05 22:18:51
问题 I have set a breakpoint that allows me to see the value in a field on an object. I'd like to change the value then continue execution, but then I try to edit the value from the variables view, the value field is grayed-out. Is there any way to change variable values while debugging? 回答1: It is also possible to change the value of the primitive variables and Strings in-place in the Value column of Variables window. To change values of Object variables, you can use "Evaluate Expression..."

netbeans 7.1 and python

試著忘記壹切 提交于 2019-12-05 15:50:18
问题 I used to use my Netbeans 6.9 for Python development. As well as Java and PHP. I had a cool debugger in PHP with xDebug, good Python support. Have no complaints whatsoever. I moved to another computer downloaded the latest netbeans(7.1) and now I have no more python plugin. I tried the solution here but this caused NetBeans not to start at all after the loading splash screen is finished NetBeans crashes. Is there any way I can still code in Python with netbeans? Thank you in advance 回答1: Ok,

How can I change the value of a variable while debugging Java code in NetBeans 7.1?

纵然是瞬间 提交于 2019-12-04 05:05:29
I have set a breakpoint that allows me to see the value in a field on an object. I'd like to change the value then continue execution, but then I try to edit the value from the variables view, the value field is grayed-out. Is there any way to change variable values while debugging? It is also possible to change the value of the primitive variables and Strings in-place in the Value column of Variables window. To change values of Object variables, you can use "Evaluate Expression..." under menu Debug option (Ctrl+F9). You can apply your code changes through your debug session simply by

Creating UML Class Diagrams in NetBeans 7.1.1

久未见 提交于 2019-12-03 12:52:55
问题 I want to install/enable the NetBeans plugin for creating and viewing UML diagrams, as seen here. However, fairly extensive searching has turned up results for NetBeans 6.5 and lower, whereas I am using NetBeans 7.1.1. (I've tried those solutions, though, but to no avail; what they said should be in the IDE was not, such as the Update Manager) Does anyone know how to get NetBeans 7.1.1 to show UML diagrams of Java projects? 回答1: Netbeans 6.7 was the last version to support UML. For 7.1, there