0
votes
3answers
12 views
Netbeans - class does not have a main method
My program is just a simple System.out.println("");
But netbeans cannot find the main method.
Is netbeans 6.7.1 conflict with WIN7?
Any possible error?
0
votes
2answers
26 views
How can I see in Netbeans, which methods an object knows?
I'm using NetBeans and PHP. For example, I insert this code:
<?php
try {
$dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass);
foreach($dbh->query('SELECT * from FOO') as …
1
vote
2answers
14 views
Why does xdebug not establish connection with NetBeans?
I try using xdebug with NetBeans to debug PHP. I start debug, and NetBeans waits for ever for a connection with xdebug. I have NetBeans 6.8 (latest version) with the latest MAMP package installed on …
0
votes
1answer
16 views
How to configure NetBeans to make a real TAB instead of a bunch of spaces?
When I hit TAB for indentation of code, I like it to get a real TAB. Meaning that when I select that, I only have one large thing selected. Now NetBeans is inserting just 5x spacebar when I hit TAB. …
0
votes
2answers
38 views
How to create executable .jar file with netbeans
Hello.I'd like to make "double-click" cli application but still don't get how.
I know I should propably somehow edit manifest but that is all. I googled ofc. but no success.
Thanks for any tips.
Here …
0
votes
0answers
13 views
library does not set? what it is..
D:\j2me\MobileApplication2\nbproject\build-impl.xml:56: Classpath to J2ME Ant extension library (libs.j2me_ant_ext.classpath property) is not set. For example: location of …
0
votes
2answers
14 views
What’s the difference between Project Folder and Source Folder in Netbeans?
For me, both things are exactly the same. What's the point of these? Where's the difference between Project Folder and Source Folder?
0
votes
2answers
15 views
NETBEANS find method calls
In netbeans how can i find out where methods are being called - i have one particular method in a big project ad cant find where its being called
thanks
2
votes
4answers
34 views
Where can I download Xdebug for PHP and Mac OS X?
I went to the xdebug site, but I can't find a mac download.
http://www.xdebug.org/download.php
Did I miss something? NetBeans tells me to get xdebug for setting up an PHP development environment on …
0
votes
1answer
24 views
Is there an free alternative to MAMP PRO?
NetBeans is recommending to use MAMP for Apache + MySQL + PHP on the Mac. There's a MAMP and a MAMP PRO. The MAMP is actually nothing more than a collection of open source libraries and stuff like …
-1
votes
2answers
30 views
Do I really need the Java Development Kit (JDK) when I want to develop PHP with NetBeans on the Mac?
The NetBeans people say that I need a Java Development Kit (JDK) 5 or 6 when I want to develop PHP with NetBeans on the Mac...
see: "To complete this tutorial, you need the following software and …
-1
votes
2answers
24 views
NetBeans and PHP on the Mac: How to set it up?
I'm new to this and want to start coding PHP with NetBeans.
Is there a step-by-step instruction on how to set this up?
-1
votes
4answers
76 views
PHP with Netbeans or Eclipse?
I'm not looking for a "religious discussion" here, but I want to know the Pros and Cons of both development environments. I'm on the Mac, btw.
0
votes
4answers
78 views
php: auto indent the whole code?
isnt there any software/plugin to netbeans/eclipse that auto indent the whole code after i've inserted it?
not just indent when i press ENTER for new function.
i want to paste in a code for example …
0
votes
0answers
23 views
How to improve Netbeans for ruby slow performance?
I am developing Ruby application with Netbeans because of its automatic code completion and its inline help system.
But when Netbeans try to autocomplete the source code while typing, the typing …
