| Thread | Last Post | Replies |
|
| please reply....... | 31 Dec 2007 21:25 GMT | 4 |
what happend internally when we start the server ? explain step by step bcz iam new to web application ?
|
| Generics warning message. | 31 Dec 2007 20:49 GMT | 4 |
Is there a way to get rid of this warning message? E:\com\mindprod\vercheck\VerCheck.java:575: warning: [unchecked] unchecked cast found : java.lang.Object
|
| undefined reference to when using gcj | 31 Dec 2007 20:18 GMT | 2 |
My little helloword uses package: package javaapplication2; I can compile and execute it with javac/java: en@gepem:~/NetBeansProjects/JavaApplication2/src$ javac
|
| jsp tag | 31 Dec 2007 16:53 GMT | 2 |
Is there a reason why a jsp tag in a xml format doesn't work with the implicit out object? <jsp:scriptlet> out.println("<p><b>text</b></p>");
|
| Use of AssertionError | 31 Dec 2007 15:37 GMT | 9 |
Having just read the NullPointerException-IllegalArgumentException-AssertionError thread, I was just wondering if my use of AssertionError in one case was valid. This is a very pared-down interface of the code:
|
| drools rule engine | 31 Dec 2007 08:41 GMT | 1 |
I'm using Drools 4.0.3 , the Jboss Rule Engine. I build my project under eclipse writing my rules in a .drl file and now i am trying to deploy this project. I have tried to deploy using the brms application with tomcat 5.5 but
|
| need to send exceptions to anthor method | 31 Dec 2007 03:11 GMT | 3 |
Hello java guys i'm writing multi-thread server so i need help with this topic the point is i'm calling method to read socket input i need my called class thread to be stopped
|
| can't call super from method but I need to?? | 31 Dec 2007 03:04 GMT | 3 |
See below, how can I call animals growl while within a method of my interface (I need that - cant get rid of it). public class animal { public void growl() {
|
| New File with a Directory | 31 Dec 2007 03:01 GMT | 5 |
I was wondering why Java behaves this way. . . . Below are a few lines of code with nearly duplicate methods called for a file and then a directory. One method (methodWithoutNew) just assigns a File variable to the input File object (no "new" operator). The other
|
| jar signing | 30 Dec 2007 23:59 GMT | 14 |
I made the jar signer using the following commands in the build.xml <!-- For Signed Jars --> <property name="alias" value="pluginsigner"/> <property name="storepass" value="gis123"/>
|
| Help with my first Java program | 30 Dec 2007 20:14 GMT | 22 |
Hello guys. I just wrote my first java program and i have a couple of questions and a problem. I would be glad if someone can give me a hand. The questions :
|
| java.util.prefs.Preferences and arrays | 30 Dec 2007 16:12 GMT | 10 |
java.util.prefs.Preferences does not seem to be designed to store multiple copies of each field (i.e. arrays). Is there a standard convention to fudge it? Do you look for some unique data value to use as key, load and sort?
|
| Download java basic programs | 30 Dec 2007 11:09 GMT | 1 |
go to http://www.itworld2.com and download java basic programs......
|
| Error :java.lang.classdefnotfound: | 30 Dec 2007 06:02 GMT | 3 |
i m newbie in this group and in java. i m using jdk1.6 compiler. on my Laptop But still i m facing a problem when i m Compiling the Program
|
| How to remove " from ByteArrayInputStream ? | 29 Dec 2007 21:51 GMT | 2 |
I have a ByteArrayInputStream , like following : "D00AH038600ETB000100130000 6 6PCS 215990707024270702524000" "D00AH038600ETB000100XXXXXX 6 6PCS
|