| Thread | Last Post | Replies |
|
| adding a background image | 05 Jun 2006 16:39 GMT | 1 |
I'm trying to write an application using Netbeans 5.0, with a background image, but I'm not able to find where in netbeans to define the background image. Any suggestion
|
| Tomcat Urgent Help... | 05 Jun 2006 13:05 GMT | 1 |
Alright, this is quite urgent, my entire production web site is down! My Tomcat 5.0.28 kept crashing (at least once every 24 hours). Reading the logs didn't give me any indication as to what was making it crash. Noticing that many people are complaining about stability, I was
|
| How to create a Java Application. | 05 Jun 2006 13:01 GMT | 3 |
I am able to make a .exe Application using C/C++ but when it comes to java I am not aware how to make a application. When making a application I need that user get a Setup Application wizard when it clicks my Application file.
|
| What's the matter with this web.xml? | 05 Jun 2006 11:50 GMT | 1 |
I need your help. I 've to develop a JSF application that has to allow user file upload. The question is that how i import the web.xml file in my Eclipse SDK 3.1.2 i have this error:
|
| applet is not initiallising. | 05 Jun 2006 06:17 GMT | 4 |
what's wrong with this source code. it is showing the message applet is not initiallising. -------------------------------------------------------------------------------------------------------------------------------------- import java.awt.*;
|
| question about "active thread in ThreadGroup" | 05 Jun 2006 06:06 GMT | 1 |
here is the api doc the threadgroup: public int activeCount() Returns an estimate of the number of active threads in this thread group.
|
| Detect Removable Drives | 05 Jun 2006 02:41 GMT | 1 |
For a small Windows desktop application I needed a simple way to check for the existence and drive names of cdrom drives. My immediate inclination was to iterate through an array returned by list.Roots() using File.exists() with empty drives as the test. But I seem to recall
|
| Unreported exception java.sql.SQLException | 05 Jun 2006 01:31 GMT | 3 |
Hello, I've been knocking my head over many errors and got down to one last error that is something that should be simple so I can move on, but I keep getting this error: build:
|
| java regex split | 04 Jun 2006 19:32 GMT | 6 |
i want to write a code to split a line containing names followed cities,emailids, and store them separately, in perl,
|
| curious random number problem | 04 Jun 2006 17:53 GMT | 6 |
I was following along in a book about JSP and made up one of the examples in NetBeans. I didn't like the way the author set up the example, as a scriptlet (I don't like the code on the page), so I modded it slightly, creating a "code behind" class and importing it
|
| hash of hashes | 04 Jun 2006 16:31 GMT | 7 |
if hash is used, i think in java it can be used as, if the statement in perl is, $names{$branch}=0; equivalent to,
|
| eclipse: editing code with drag and drop | 04 Jun 2006 12:26 GMT | 2 |
ist there nowaday a possibility to use drag 'n drop in the eclipse workbench? i mean to select some words and drag them to another position in my source code?
|
| Ant selector question | 04 Jun 2006 12:24 GMT | 3 |
Try to create a build.xml for my project. Right now I am trying to avoid build one file, SupplierClient.java, as it imports a non-existing package, "com.bank.database". But somehow, this java file is still being built, and leaves me lots of errors. I do not have
|
| Different combo boxes are cell editors | 04 Jun 2006 12:01 GMT | 2 |
I would like to use combo boxes in my tables but have different values in combo boxes that are in the same column. If found the following example on the java website: TableColumn sportColumn = table.getColumnModel().getColumn(2);
|
| EnumSet + contains: strange behavior | 04 Jun 2006 11:56 GMT | 10 |
The following example of EnumTest seems to be inconsitent with the interface definition of contains: It executes the lines marked with XXX, which clearly is an error. Does anyone have an explanation? Thank you,
|