| Thread | Last Post | Replies |
|
| Exception in thread "main" java.lang.ClassCastException | 19 Jun 2006 09:25 GMT | 5 |
Can someone tell me how solve this problem? I've a function that return an array of byte b[] and a main function like this byte x[]=null;
|
| Problem with weblogic 8.1SP5 | 19 Jun 2006 07:49 GMT | 2 |
I am deploying my application on bea weblogic 8.1SP5........and it showing errors below:::: JVMDG217: Dump Handler is Processing OutOfMemory - Please Wait. JVMDG315: JVM Requesting Heap dump file
|
| clarification needed for ecj and gcj | 19 Jun 2006 07:38 GMT | 1 |
Hi, everyone, I am a newbie in java development, and I am confused by "ecj" and "gcj". I searched in google by the keywords "ecj gcj", but I get little useful information, so I ask help here.
|
| Eclipse project structure | 19 Jun 2006 07:13 GMT | 2 |
I have a question on the Package Explorer of Eclipse. I have different folders located there, named src, doc, bin, ... To meet a coding standard, I have to rearrange the order of these elements but cannot figure out how. Does anybody know if it is possible
|
| jsp - I feel like an a.s! | 19 Jun 2006 06:05 GMT | 10 |
Man this question makes me feel like an a.s. I created a servlet, "test.class" and I would like to deploy it onto my tomcat server. I know that I need to create a war file, and I have created war files and attempted
|
| Distribute java program with security | 19 Jun 2006 04:42 GMT | 12 |
I have a question of how to distribute the java programs (applications) in a proper way, hope anyone can have some practical suggestion. Thanks. The issues are:
|
| Java access to Microsoft Access database through Samba | 19 Jun 2006 00:41 GMT | 3 |
I need to access from an JSP application in a Linux server to a Microsoft Access database (only read) that is in another Windows server (only accepts users in its domain, that are different from Linux server users)
|
| JSF javax.servlet.ServletException: Cannot get value for expression '#{customerService.dummyString}' | 18 Jun 2006 22:08 GMT | 1 |
I'm new to JSF/Spring/Hibernate and I got an error with a simple jsf test : javax.servlet.ServletException: Cannot get value for expression '#{customerService.dummyString}'
|
| Random sorting of an array | 18 Jun 2006 20:58 GMT | 4 |
How can I randomly sort an array of strings?
|
| OpenOffice 8 | 18 Jun 2006 19:12 GMT | 3 |
This is a review about the famous StarOffice 8 from Sun, the replacement for MS Office http://fnono.com/index.php?option=com_content&task=view&id=29&Itemid=32
|
| Tomcat Servlets - Resource not available | 18 Jun 2006 17:34 GMT | 3 |
Hello group, since I upgraded to Tomcat 5.5 I cannot access my servlets anymore. With Tomcat 4.1 I could access them with the followung URL: http://localhost/myApp/servlets/myPackage.myServlet
|
| JPasswordField: getPassword return type | 18 Jun 2006 15:44 GMT | 1 |
Possibly OT, but I'm curious. Why does getPassword return a char[] when getText returned a String? It seems odd that the older method returned a String object while the newer method returns a an array of char.
|
| Polymorphism in Java | 18 Jun 2006 13:11 GMT | 6 |
Hi Friends, Don't missout on these articles on design techniques: Polymorphism in Java: http://javalive.com/modules/articles/article.php?id=19
|
| SWT OpenGL | 18 Jun 2006 07:27 GMT | 4 |
I have just been playing around with OpenGL on SWT and was wondering if anyone had created a GLCanvas where the user could click and drag things around in the window. What I ran into was that as you dragged the canvas would not update. I'm using lwjgl, and its based for the
|
| Problem using dynamic variable as HashMap key | 18 Jun 2006 07:08 GMT | 1 |
I have created a HashMap called instantHashMap and loaded it with data from a query . I can load a variable with an explicit value for the HashMap key and successfully output the HashMap value:
|