netbeans6.8

GlassFish v3 Domain Server cannot start. Port is occupied

耗尽温柔 提交于 2019-12-04 10:40:25
问题 I imagine this is a pretty generic error. I cant seem to find any documentation on it. I am simply attempting to run a java web project with jsp's and beans... using netbeans 6.8 on windows xp. Thoughts? apologies for such a newb question. -Kirb 回答1: you need to know who occupied the port. run in cmd netstat -aon | find ":80" | find "LISTENING" you will see process id. go to Task Manager and drop it. 回答2: In Linux you get this error if the servername is not in the hosts file check /etc

Netbeans xdebug nightmare

泪湿孤枕 提交于 2019-12-04 10:24:49
I know what you're thinking, ANOTHER netbeans xdebug post? Well, I've tried everything I've seen in other posts, and nothing seems to work. Here's my setup: OS: Ubuntu 9.10 PHP: 5.2.1 Netbeans: 6.8 The following is in my /etc/php5/apache2/php.ini zend_extension=/usr/lib/php5/20060613/xdebug.so xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.idekey="netbeans-xdebug" I've tried switching ports (I've tried 9001, 9002, and 9034 so far), using zend_extension_ts, adding additional xdebug parameters in the config file, but nothing seems to

making executable file from a java project using NetBeans [duplicate]

时光怂恿深爱的人放手 提交于 2019-12-04 01:50:54
问题 This question already has an answer here : creating an executable jar file with ant which includes the build.xml file (1 answer) Closed 6 years ago . i have created a java project in NetBeans. now i want to make an executable file out of it.that can be executed (run) in other computers that have JDK or JRE installed but don't have NetBeans or any other Java IDE installed.how can i do such thing using NetBeans??? 回答1: Do you mean compile it to JAR? Netbeans does that automatically, just do

JTable Right-Click popupmenu in Netbeans

会有一股神秘感。 提交于 2019-12-03 17:30:44
I want to add a right click popupmenu to a JTable in NetBeans IDE (seems like a simple task... lol) I got it to partly work by adding a popupmenu to the form adding menuitems to the popupmenu go to properites of JTable click binding tab set ComponentPopupMenu value to my popupmenu But this only partly works. Now I when I right click on the Table the menu pops up, but the selected row in the JTable does not change. So in when the menuitem's actionPerformed is called I have no idea what row in the JTable was clicked on. How can I get this? or is there an easier way to do this in netbeans? I know

How can I create a class diagram with NetBeans' 6.8 UML module?

孤者浪人 提交于 2019-12-03 16:34:29
问题 It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin installation necessary or sth. like. Read my post where I found a zip file to install the UML module. And now, after this procedure, I got the UML module back, but it seems to me that I cannot create class diagram with it. Do you know how I can do this with NetBeans 6.8? Update1 : There seems to be no support Update2 : Nevertheless somebody seems to got it

libusb cannot open USB device, permission isse. NetBeans/Ubuntu

纵然是瞬间 提交于 2019-12-03 08:19:27
I'm writing a C/C++ application in NetBeans based on libusb-1.0 on Ubuntu 12.04. I can get basic information from the USB device (for example, the interface description) but I am not able to open the device. The function libusb_open gives me the error: libusb:error [op_open] libusb couldn't open USB device /dev/bus/usb/002/003: Permission denied. libusb:error [op_open] libusb requires write access to USB device nodes. I understand that I need to change the permissions but I don't know how (I am a very basic Linux-user). Thank you! Well you can run your application in root user mode and get rid

GlassFish v3 Domain Server cannot start. Port is occupied

Deadly 提交于 2019-12-03 06:29:23
I imagine this is a pretty generic error. I cant seem to find any documentation on it. I am simply attempting to run a java web project with jsp's and beans... using netbeans 6.8 on windows xp. Thoughts? apologies for such a newb question. -Kirb you need to know who occupied the port. run in cmd netstat -aon | find ":80" | find "LISTENING" you will see process id. go to Task Manager and drop it. In Linux you get this error if the servername is not in the hosts file check /etc/hostname and make sure there is an entry in /etc/hosts with 127.0.0.1 [your_hostname] If you get errors from glassfish

how i add ctp extension in netbeans

馋奶兔 提交于 2019-12-02 23:38:45
How i add CTP Extension using following method but it is not worked can any one help me ? Open preferences. Select Miscellaneous tab. Select Files sub-tab thing. Click on New file extension and enter tpl. Select the mime type. Click ok. Done! user442616 Go to : Tools -> Options -> Miscellaneous -> Files Then : Click on "New" -> Type in ctp -> Click "OK" Associate with PHP text/x-php5 And you are finished. To add the ctp extension in netbeans Go to Tools -> Options -> Miscellaneous -> Files then click on "New" -> Type in ctp -> Click "OK" After "Associated File Type (MIME)" -> select (text/x

Edit Comment Template in Netbeans PHP 6.8 [duplicate]

半城伤御伤魂 提交于 2019-12-01 18:08:44
This question already has an answer here: Editing method comment template in Netbeans 6.9.1 1 answer I would like to ask is there any way change the comment code template in Netbeans PHP 6.8 In eclipse, when I type /** ENTER , it would come out the comment template that I set in the setting, like this: /** * Apr 19, 2010 - Shiro * Description * * @return unknown_type */ function test() { } by Default Netbeans only will show the parameter in the function. /** * * @param <type> $order_No * @param <type> $array */ in Netbeans is there any possible I could found any customization about this,

Edit Comment Template in Netbeans PHP 6.8 [duplicate]

北城以北 提交于 2019-12-01 18:03:52
问题 This question already has an answer here : Editing method comment template in Netbeans 6.9.1 (1 answer) Closed last year . I would like to ask is there any way change the comment code template in Netbeans PHP 6.8 In eclipse, when I type /** ENTER , it would come out the comment template that I set in the setting, like this: /** * Apr 19, 2010 - Shiro * Description * * @return unknown_type */ function test() { } by Default Netbeans only will show the parameter in the function. /** * * @param