| Thread | Last Post | Replies |
|
| Is it possible to write Doom 3 in Java ??? | 15 Dec 2005 16:15 GMT | 7 |
Is Java good enough for brutal first person shooters or do you recommend Assembler language for that purpose ???
|
| Struts - bean:write or html:text - not getting bean value - Please help | 15 Dec 2005 15:03 GMT | 5 |
I am newbie to Struts. I am writing a simple application, in which in the JSP page, if I use bean in scripplet it works fine. For example <%= courseBean.getCourseName%> works fine and gives me result.
|
| Eclipse and Java for EMT64 | 15 Dec 2005 14:41 GMT | 1 |
I just installed a copy of Suse 10 64 bit. In the release notes they stated that Eclipse is not yet ready for 64 bit processors and therefore they are not including it. Now I imagine those release notes are rather old. Can anyone tell me
|
| Ldap problem | 15 Dec 2005 14:27 GMT | 9 |
Hello !!! I have a big problem related to ldap protocol. Can someone tell me how to handle search timeout. My thread (one of 50) come to search and never leave this search. It freezes!!!
|
| Which environment? | 15 Dec 2005 13:58 GMT | 11 |
I am just starting to learn java and my supervisor has told me to go away and decide which environment to use to program in java. What exactly is an environment and what does it matter which one I choose? He seemed to suggest that some had big advantages over others etc. I am
|
| loading and starting webapp | 15 Dec 2005 13:04 GMT | 1 |
I would like to know what is the practical meaning of loading an application and starting an application in the context of Tomcat. What actually happens inside tomcat and memory when these two events are carried out?
|
| Having problem with Struts+Tiles. | 15 Dec 2005 11:40 GMT | 2 |
i'm having some problem with struts+tiles. I will show you my struts-config.xml first. <action path="/student" name="TilesTemplateForm" type="..." scope="request">
|
| Program to list all dirs, subdirs and files older than 1 year | 15 Dec 2005 08:56 GMT | 6 |
Anyone know of a program or class that takes in a directory, recursively scans that directory for any files or subdirectories for a criteria, (say over 1 year old), and then can output those file names? Thank you!
|
| Executing a compiled class' main from another class | 15 Dec 2005 08:19 GMT | 14 |
Can I execute programmaticlly the main of a class which I only the .class file of?
|
| Array List Issue | 15 Dec 2005 06:08 GMT | 10 |
I have been having this unique issue with Array List I am trying add say about 10 Objects in an Array List and conevr that to an Array. Later when I parse through the Array i am having an Array of length 10 however i am only having the same element for all the 10 of them. can
|
| sevlet postback variable | 15 Dec 2005 04:25 GMT | 2 |
I am still fairly new to servlet devlopment. Is there anything similar to the ispostback variable that is in ".net" in the servlet api. I am just looking for some suggestions and guidance. My research has turned up squat. Thanks. :)
|
| Question about Typesafe Enums | 15 Dec 2005 01:14 GMT | 8 |
I'm trying to incorporate some of the new features of Java 1.5 into some of my existing classes but I'm somewhat confused about how to do something with specific with typesafe enums. The main article in the SDK documentation is
|
| Stroring into Arrays reading from .txt file (Streamtokenizer) help... | 15 Dec 2005 01:07 GMT | 1 |
I want to read from a file called scores.txt this is all it contains Kevin 10 Jack 05 I want to store them into 2 arrays (name array and score array).
|
| Tomcat: Strange error | 15 Dec 2005 01:01 GMT | 2 |
Well I was tampering a bit with my catalina.policy file to allow a servlet to access an RMI object, and now I can't get Tomcat to work properly, even reinstalling tomcat hasn't fixed it. I really need this back up urgently
|
| question-- a little confused | 15 Dec 2005 00:59 GMT | 4 |
I am confused with the class name and the file name in JAVA. For example, I have a file called "Test.java". The content of file is: public class Money {
|