| Thread | Last Post | Replies |
|
| Want to uninstall a faulty installation of jdk | 30 Sep 2008 17:18 GMT | 6 |
I am having difficulty caused, I think, by a faulty installation of an earlier version of the jdk kit, namely J2SE 5.0 update 4, which I have not been able to totally uninstall. I do have, and wish to retain jdk 1.5.0_06, and have set the
|
| Tapestry Template Exception | 30 Sep 2008 10:19 GMT | 1 |
Im working on an application that uses Tapestry and DOJO. I added some javascript logic to existing HTML and it fails to run when deployed, javascript executes fine otherwise. org.apache.tapestry.parse.TemplateParseException
|
| Scripting input from linux to java process | 29 Sep 2008 14:33 GMT | 2 |
Is there anyway to script though a bash script or something alike the user input to a java process..? I tried something like echo "Starting..."
|
| gathering user input with post (servlet, html) | 29 Sep 2008 10:13 GMT | 3 |
For some reason I'm getting "null" for my user input (temp): thufir@arrakis:~$ thufir@arrakis:~$ thufir@arrakis:~$ cat NetBeansProjects/lab3project/lab3/web/enterTemp.html
|
| pressing "enter" gives a blank page for servletpressing "enter" gives a blank page for servlet | 29 Sep 2008 10:10 GMT | 1 |
I don't see why I'm getting a blank page for the following HTML & servlet: thufir@arrakis:~$ thufir@arrakis:~$
|
| String of numbers into to array of numbers | 29 Sep 2008 06:56 GMT | 14 |
My goal is to take a string of numbers separated by commas then read that string and have the string show the individual numbers as in an array. This is a small demo of my problem.
|
| Getting started with java web programming | 27 Sep 2008 22:13 GMT | 1 |
Sometimes, it takes a long time to sort all the different technologies involved on java web developing, which may be confusing for newbies. Therefore, I've written a short tutorial on how to start programming java web applications easily on my blog:
|
| Suitable code required | 27 Sep 2008 12:08 GMT | 2 |
Can someone help with the relevant code for use in a production corporate environment.for the problem below: A client application needs to determine if the server to which it is connecting is compatible. The server will inform the client which
|
| Money and floats and decimals | 27 Sep 2008 03:49 GMT | 11 |
What's the best way to describe a salary? i.e. class Employee {
|
| Retrieve system date | 26 Sep 2008 22:25 GMT | 8 |
I am currently developing a java application that I want to be able to retrieve the syste date. I ideally want the date to be in the long format e.g. 22nd September 2008.
|
| Understanding Ant | 26 Sep 2008 20:47 GMT | 1 |
*.jar would mean in ant, jars in the current directory **/*.jar would bean jars anywhere in the current directory tree */*.jar would be jars one deep in the current directory tree Right?
|
| string to URL and URL to string | 26 Sep 2008 19:09 GMT | 19 |
I am having a problem with assigning a URL to a string. It accepts the idea of a URL from a string, does not accept having the URL placed back into a string. .
|
| NEW TO JAVA | 25 Sep 2008 17:30 GMT | 2 |
I am new to JAVA programing. I have little bit knowledge in this area. Previously I was working in LINUX OS for this programming. Now I want to use WINDOWS XP for it. Please tell me how to compile and run the program in WINDOWS environment. What softwars are needed to be
|
| Displaybug with network disconnect | 25 Sep 2008 12:00 GMT | 2 |
I'm trying to debug a display bug in our IM application. Windows XP 32bit, Java 1.6_07 When the application is minimized to the tray and loses the network connection to the IM server, a taskbar indicator appears, but when
|
| Serial port communication | 24 Sep 2008 16:38 GMT | 8 |
I wish to send and receive through the serial in/out port on whatever machine my program is running on. Or through a USB to Serial adaptor. I can't find a class that does this. Readers and Writers don't seem to, neither does it seem possible re-directing std in or std out.
|