| Thread | Last Post | Replies |
|
| Problem with String Variable | 04 Dec 2005 16:14 GMT | 5 |
As you can probably guess by the title, I'm a newbie. I'm still hitting brick walls on with really easy solutions. One of them is on the latest excersices in my textbook. I've written and compiled my program, but I get this error. Any help/advice would be greatly appreciated.
|
| jboss/tomcat - do i need a webserver? | 04 Dec 2005 15:46 GMT | 5 |
I'm just curious, in previous companies I've worked with, the architecture is always jboss/tomcat, mod_jk and apache (or IIS). If I'm not serving up any non jboss static html, do i really need a webserver beyond tomcat?
|
| Implementing Complex Numbers operation in bytecode | 04 Dec 2005 12:52 GMT | 29 |
does somebody know how to correctly(efficiently) implement complex numbers multiplication and division (I will handle for addition and substraction ;-) ) of complex numbers directly in bytecode (in double precision of course).
|
| Immediate-Mode Rendering | 04 Dec 2005 12:15 GMT | 4 |
i wrote a rendering methode but i want to change it to Immediate-Mode Rendering using java3D could anyone help me and tell me how? here is my render function that i want to change into Immediate-Mode
|
| Problem with System.getProperty() | 04 Dec 2005 08:17 GMT | 4 |
I have a Java program on a Windows XP machine configured with the following settings Regional Option: Chinese PRC Language: Chinese PRC.
|
| Q: Closing and sending back data | 04 Dec 2005 07:01 GMT | 2 |
I'd like to get data to a JSP page from another JSP page I've opened. Something like selecting an email address in Yahoo mail. Thanks a lot in advance, Omer.
|
| Sign the database in odbc | 04 Dec 2005 00:51 GMT | 6 |
I write program, using MS Acess Database with odbc:jdbc ............................................................................................ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); consq = DriverManager.getConnection("jdbc:odbc:MS Access");
|
| jsse | 03 Dec 2005 23:58 GMT | 11 |
i am trying to compile the rssowl project but keep getting "the import javax.net cannot be resolved" i though jsse is included by default in tiger
|
| Tomcat , filter and persistent connections | 03 Dec 2005 21:55 GMT | 4 |
What will happen in the following scenario, A client establishes HTTP/1.1 persistent connection with Tomcat. The web application to which the request is destined has a filter configured . The client sends multiple requests over the same socket connection to
|
| Sorting maps by value | 03 Dec 2005 19:28 GMT | 8 |
I have seen several topics about this, but generally, they don't seem very helpful, mostly stating that there is no built-in way to do it, and that a custom solution must be created. Also, most posts say that there shouldn't be a reason for it, but here's my current dilemma.
|
| Dependency analysis | 03 Dec 2005 19:17 GMT | 4 |
I needed some help in figuring out how to approach the following problem: I am trying to use only some parts of a huge application. I am basically using only one class in my simple application that belongs to
|
| Java Timer | 03 Dec 2005 16:58 GMT | 22 |
I am writing a Java app, where I need to wait for 10 seconds after a condition holds good and then check if the same condition still holds true and if yes then do something. Essentially I have this,
|
| simple program error when it runs | 03 Dec 2005 16:30 GMT | 4 |
have jus tbrought developement kit for java mobile developement. for sony erricson(p900 model mobile) Im trying to create my first simple application with the help of the example in the documentation installed with toolkit.
|
| 2's complement binary form of an int? | 03 Dec 2005 14:54 GMT | 6 |
How do I display the bit pattern of a negative int (i.e., the TWO's COMPLEMENT binary form)? Integer.toString(n, 2) doesn't print out the 2's complement form of a negative int. I
|
| [TOMCAT] shared context? | 03 Dec 2005 14:54 GMT | 3 |
I have a problem: I heve mappd the same application into two different VHosts I feel that sth is wrong with app - it looks like if I the separate context was created for two of these vhosts thus application behaves not properly. Is it possible? What shall I do to fix it. thx
|