how do i make an exe in netbeans? (java program)
hi. anyone know how to create a .exe in netbeans? i've had a look around and i can make a jar but not an exe. ...
hi. anyone know how to create a .exe in netbeans? i've had a look around and i can make a jar but not an exe. ...
I created a new JApplet form in netbeans: public class UI extends javax.swing.JApplet { //generated code... } And a jpanel in design mode named panou: // Variables declaration - do not modify private javax.swing.JPanel panou; How do I get to draw a line on "panou"? I've been searching for this for 5 hours n...
I am completely new to Java development so bear with me... I have downloaded the Joda time library which consists of three files: joda-time-1.6.jar joda-time-1.6-javadoc.jar joda-time-1.6-sources.jar Firstly, how do I use this library in one of my own NetBeans projects? Secondly, generally speaking, what is the distinction be...
I have no idea of how Netbeans IDE run a java file. Firstly, it would ensure the .class file is up-to-date. Then, execute the class. But from where (working directory) and with which command (parameter)? I observe difference on how relative path is located when I run the java file from Netbeans IDE and when I run using Windows command...
In NetBeans IDE where you have an icon appear next to a line of code (for example containing refactoring options) what is the keyboard shortcut to expand that menu? Thanks ...
It appears that the NetBeans UML plugin has been discontinued, as per a discussion on the NetBeans forums. This was a great, free tool with nice model->code and code->model generation. There are a number of other UML NetBeans plugins out there. However, I've never used any of them. Any suggestions? ...
Hi, I'm new to Java and am wondering about how to import class files into netbeans and use it. I understand that a class file is machine-readable byte code but I don't care what's going on under the hood. I'd just like to import it into my current project and have it recognize it so I can use the class. Also, the class file is embedde...
Hey SO OK my problem is quite simple Im about to start working with a team of programmers, and we are using a svn repository to store our code, thy files are set up as Eclipse Project as the rest of my team all like eclipse. However I am die hard netbeans man, I have tried eclipse Iv given it some time but we do not gel as they say. ...
Just downloaded netbeans, and curious if I was to play around with JSP's etc., do I have to put my source files in a particular folder layout? How will I hookup tomcat? ...
Hi, Am new to J2ME and what i have now is Netbeans 6.7.1 IDE. Is there any basic guide for developing Mobile applications in Netbeans 6.7.1. please provide me the links.. thanks in advance ...
Hello, I want to achieve basic CRUD operations available of the db schema I already have for a JAVA program. To put it in another way, I have a DB schema I use with PHP and I just need them to be entities available in a JAVA application. I discovered I can use Netbeans and sucessfully created Entities from DB! (Entities look like this...
Hello, I am using Netbeans 6.7.1 to code in PHP. I have a problem with autocomplete. If I write strrev get no autocomplete for it if I press CTRL+space and then I type str I get a list of function names including strrev. My question is: Is there no way to make this automatic like in Visual Studio or Zend Studio and not have to press C...
I use NetBeans 6.7.1 and I'm more used to C and php than Java. I have a .class file containing "public class myclass". And in that class I have a private array and a public function getArr returning that array. In the main class I have this Object mcl = new myclass(); myclass is found by NetBeans and the above is accepted. But Stri...
For example: Name: 'textfield1' Surname: 'textfield2' Age: 'textfield3' Save those three textfields and make a file where it would print it like this: textfield1, textfield2, textfield3 ...
Is it possible to use bitmap (.fon) fonts in Netbeans? I have a font I particularly like (Raize font) and I don't see it anywhere on the list when I try to set it as the editor font. I can use it in other editors (Notepad++, pspad, visual c++ express etc). I can't use it in jedit either. Is this issue java related? ...
Hi there, im looking at spring right now and im not sure how to use it in most efficent way as im not sure if it does not have some features or do i need some special way to enable them. Question: What resources would you recommend to pick up quickly the tools necessary for quick and easy java jsf/spring development? Some of the proble...
I need to define some schemes for an API whitch have communication sending and receiving xml strings. I want to document the scheme definition to the clients who will user that API. for example <store> <name>the store</name> <products> <product> <id></id> <name></name> <price></price> ...
I have now tried for hours getting xDebug (2.0.5 compiled from source) to work on my MacBook OS X with NetBeans 6.8. I have installed MAMP and am running a small PHP (5.2) test program with it, no problem. But when I try to debug I get this text in Netbeans: "Waiting for connection (netbeans-xdebug)" and nothing more happens. Netbeans is...
Hi Everyone I'm using Netbeans and I want to grab the latest hibernate artifact from the jboss maven repository. I have added the repository in netbeans, and I can navigate to it within the repository browser. After I add this dependency to my pom.xml file and attempt to build my project, I get an error saying that the artifact coul...
will netbeans or eclipse install mysql for me as a plugin? (preferrably netbeans) (on a windows machine) ...