I am using Jboss and Netbeans to create Spring MVC web application on windows.
it runs on http://localhost/myapplication/
My project path is D:\Myapplication\
My JSP Views are in D:\Myapplication\web\jsp\
My Javascripts are in D:\Myapplication\web\js\
Controllers are in D:\Myapplication\web\src\java\controller\
I have created 1 cont...
In Eclipse when you put your cursor on a keyword and press Shift-F2 it brings up the PHP manual page for that keyword.
Is there anything like that in NetBeans?
...
I have a problem now :
When I want to compile my project in Netbeans IDE I had this message error :
Problem: The project uses a class library called "toplink", but this class library was not found.
Solution: Click Resolve to open the Library Manager and create a new class library called "toplink".
In fact I didn't change anything and...
I have just started with Gui Programming in netbeans (Using the template Java Desktop Application). However I am already stuck. In my main class I have some methods which can be called from the Gui. These methods do something on an external file and in case of an error they should open up a new window, displaying an error massage.
Howev...
I am working on NetBeans Platform 6.7
I have a simple BeanTreeView to display some nodes. They all start in normal text and I wish to change some of them to bold and/or underline, in response to events in the software.
Trouble is, I cannot see how to get the Tree to refresh the Nodes display.
I can call AbstractNode.setName() which wi...
I have a simple program I am working on, right now I am working in netbeans and using the derby database, in memory, and have it set to create the database if it doesn't exist.
Connection con = DriverManager.getConnection("jdbc:derby://localhost:1527/memory:APP;create=true", "APP", "APP");
My question is... while it creates the datab...
I went through http://platform.netbeans.org/tutorials/nbm-quick-start.html#lookup, but when I define the dependencies, it doesn't get the import statement immediately. Little exclamation marks appear and upon clicking it, it lets me import the interface. The last part of the tutorial cannot work.
Is the tutorial based on an older versio...
Guys,
I have I think simple problem, but somehow it's causing some trouble.
I have WAR project in Netbeans, and the contents look like this:
WEB-INF
images
lib
src
stylesheets
Now, folder 'src' contains some other folders with javascript code, that is minified during build process and placed in 'lib' directory.
Oviously as js is ...
I'm following this tutorial to set up an existing set of files for a web application, run on Tomcat6, packaged through NetBeans on Ubuntu 10:
http://netbeans.org/kb/docs/web/quickstart-webapps.html#setting
And I'm stopped at the first step because it says to create a new project, and under categories select Java Web. This isn't a cate...
I'm just getting to grips with the NetBeans 6.9 / Glassfish 3 combo, and have developed a JEE app consisting of a WAR module and an EJB module. Having played around with the EJB side of things for a while, I went back to run the web code, and started having problems.
When I try to run the WAR file, it fails to deploy, and the error from...
In my Netbeans Maven project, I have the following code in the main method:
FileInputStream in = new FileInputStream("database.properties");
but always get a file not found error.
I have put the file in src/main/resources and it is properly copied to the target/classes directory (I believe that is the expected behavior for Maven reso...
HI all
I downloaded Net Beans IDE and created a new desktop aplication. I choose it to be Swing app. The IDE displayed that the Swing framework is out of date and will not be supported in the future.
does this mean that Swing is out of date ? and if so what are the most recent frameworks that can be used to develop desktop applications...
Hi!
I would like to wrap selected text into tag (eg li) using a key shortcut. Is posibble to do this in NetBeans? Thanks in advance ;)
hello, anyone? :D
...
I have a JList with 5 options in it and when one of the items becomes selected or clicked i want the text area next to it to show a paragraph of text relative to the item clicked. It should do this for each item in the list but I cant seem to find how to do it in the API
How would my program know if an item in the JList was selected so ...
I've used eclipselink in a web project in netbeans. Works nice and easy. How can I do the same in a project unrelated to web(console app)?
In my web app I have:
@PersistenceUnit
EntityManagerFactory enf;
Which instantiates enf. This does not work in A console app.
...
I just Installed android 2.2 as a NetBeans 6.8 plugin, it works but I'm missing some tools like the layout ui manager, ïs this a ide specific tool or tis available for all of them?
...
Can someone please tell me where can I find the driver and the dialect files to connect hibernate to sqlite. Please reply trough my email because I live in Cuba and internet connection is not stable and very slow so the navigation gets difficult to me.
Thank you very much,
Diana,
[email protected]
...
I checked the javadocs of the Tomcat library I have included under my Netbeans project, and when I deploy the code works fine, but when I do a clean-build of my web project I get a "cannot find symbol" on the getContextPath() method of the ServletContext interface
It's driving me completely insane because in order to run my tests and so...
Hello everyone, I would like to know a way to actually make the status bar that is provided by netbeans when you create a desktop application work, but I don't really understand how.
I am including the code below so everyone can understand what I mean and where to find it in netbeans.
// status bar initialization - message timeout,...
Just downloaded and installed netbeans 6.9. At the first run, it asked for importing settings from netbeans 6.8 (which is nice). But after using it for my current PHP project for a while, I found this new version sucks. Here are some problem:
"Refactor->Rename" always gives me "The Rename Refactoring cannot be applied
in this context"....