0
votes
1answer
3 views
Anyway to get Netbeans to save before a compile and run?
I'm using Netbeans for Groovy/Grails development. I'm very new to Groovy/Grails and netbeans.
Netbeans doesn't save all changed files before a compile and run. I looked through every Preference …
0
votes
2answers
9 views
How to run a Maven JME project in netbeans ?
I have created a maven project with j2me-archetype using netbeans. It creates a project with a default MIDLet (SampleMIDlet.java).
But when I try to run the project it says that No Main Class Found. …
0
votes
1answer
12 views
SQLite3 and Ruby - uninitialised constant SQLite3 … API
I am using Ruby on Rails in NetBeans 6.7.1 under windows, and I'm trying to use SQLite3. I've installed the windows version of sqlite3-ruby, and I've placed sqlite3.def, sqlite3.dll and sqlite3.exe in …
0
votes
2answers
37 views
How do I turn a group of .java files into a working project
I am a crazy Java beginner, FYI.
I want to compile a program (actually to answer an SO question) that uses the org.json package in these files:
http://json.org/java/
I created a basic Java …
0
votes
5answers
45 views
HttpClient and SSL
I know, there are many different questions and so many answers about this problem... But I can't understand...
I have: ubuntu-9.10-desktop-amd64 + NetBeans6.7.1 installed "as is" from off. rep.
I need …
0
votes
6answers
42 views
Input values to a normal JAVA SE program
Hello everyone,
I'm new to JAVA and I'm currently trying out both Netbeans and Eclipse.
I'm confused about inputting values to my JAVA application.I see the output getting displayed on the output …
0
votes
0answers
12 views
Applet’s output in Netbeans 6.7.1 output window. Ant Scripts
Hi Experts,
Please tell me how to see the output in Netbeans 6.7.1 while using Applets "Web Application" .
The simple line
System.out.println("working here");
I am unable to see the above line …
0
votes
2answers
19 views
how to write javascript file in Netbeans IDE 6.7.1
i am new to Netbeans, i created the web project,
now i want to write javascript for one html page,
how should i write,
0
votes
5answers
61 views
java filechooser
Hey guys
I am working on a project, in java, where the user has to choose a file to be uploaded through a jfilechooser. Is there anyway to make the textfield readonly so that you can only choose …
0
votes
4answers
72 views
Opening an existing Java project
Can someone help me to open an existing Java project using Eclipse or Netbeans?
It's a specific project on SourceForge, SMPPClientServer.
All I want to do is to just get this project to run. But, …
0
votes
1answer
16 views
NetBeans IDE 6.7.1 Ant Script variables
How do I get the location of rt.jar in my Ant script with NetBeans without editing my project.properties? ${java.home} is returning the location of the jre folder and not the jdk folder.
I know that …
2
votes
3answers
37 views
Get netbeans to run my project with sudo?
I am working on a project in netbeans that requires the running project to have root privileges.
I would like it so that each time I push "Run Project" (F6) my project is run as root, so with the …
0
votes
1answer
17 views
Any tools or techniques to enrich NetBeans code generation (web services)?
Hello. I'm working on a project that involves the creation of numerous web services. Top-down/contract-first and model-driven design strategies are utilized (WSDL -> codegen). NetBeans (6.7) + JAX-WS …
0
votes
1answer
33 views
Differences in WYSIWYG capabilities for ICEfaces on Netbeans and Eclipse?
While evaluating ICEfaces I have used Eclipse and its Web Page Editor to visually create a webpage using ICEfaces components. I have heard that Netbeans 6.5 provided a similar capability, but …
0
votes
1answer
7 views
OpenESB: (How) Can I deploy an externally-created BPEL process?
Hello, everyone!
I have downloaded the OpenESB-Netbeans bundle.
It can be used to create and deploy (run) BPEL processes.
But what I need is to be able to deploy an externally-created BPEL process.
…
