| Thread | Last Post | Replies |
|
| Detecting UniCode encoding | 28 Apr 2005 14:52 GMT | 2 |
If I have an arbitary character (primative type not Character) array is it possible to detect the encoding used for any given charcter in the array. Specifically I am writting a parser that excepts abritary strings of UniCode and it needs to know what character set to parse
|
| can i add JavaScript in servlet ? | 28 Apr 2005 13:33 GMT | 1 |
hi... I am standing in a servlet and from there I should make a confirm box depending on which the request should be forwarded. Now the problem is that, the confirm box can only be made in Jscript,
|
| tomcat 5 and jdk 1.4 | 28 Apr 2005 12:55 GMT | 2 |
I've understood from the jakarta web pages that I should use a compatibility package to run tomcat 5+ with jdk 1.4. I've searched but can't fnd the thing. If this really is the case then can anyone tell me where it is!
|
| How do I create Javadoc? (a tomcat project, eclipse3) | 28 Apr 2005 06:40 GMT | 1 |
I currently am working with a tomcat project which is created on Eclipse3, it consists of many JSPs and Java classes. I wrote thousands lines of comments on java class files, and now wondering how to create Javadoc (API document).
|
| Newbie - If and if/else statements | 28 Apr 2005 06:19 GMT | 6 |
I am having a go at learning java programming! For one of my projects i made a Date class & DateProgram class, Now i have got to add a public method called setDay()that takes in an int and returns void.
|
| double to currency and currency to double | 28 Apr 2005 04:49 GMT | 1 |
I have an app that pops up a custom dialog box and one of the fields for user input is an account balance field. The data gets put into an Object and eventually into an instance of DefaultListModel. When I use getText() on the field I pass it to Double.parseDouble to convert it so
|
| java applet html editor | 28 Apr 2005 04:05 GMT | 2 |
Microsoft has provided lots of tools to develop web base html editors for their developers... it's called MSHTML. this language, has text selection, replace, hyperlinks, etc... the problem with it, it's it does not work on any other platform. Just
|
| javac compiler | 28 Apr 2005 03:13 GMT | 3 |
Does anyone know of a javac compiler that I can access through the web? The one at http://www.physci.org/javac.jsp isn't working.
|
| More Java Network Programming | 28 Apr 2005 02:28 GMT | 1 |
Hey all, I currently have a working concurrent server and client program, wher the client requests the time, and the thread handling the client replies.
|
| get package classes | 27 Apr 2005 22:18 GMT | 1 |
Can I have an enumeration/vector/array or something with all classes of a package? I have a class script.Compile and I want this class enumerate all classes inside package script.functions
|
| Examples of using "reluctant" subexpressions in regexps? | 27 Apr 2005 20:47 GMT | 4 |
I'm preparing a presentation about regular expressions to a group of my colleagues. I'm looking for examples of expressions using the "reluctant" quantifier (the "?"). I'm not asking about the syntax, just real (or simulated) examples of why you would want to use this.
|
| Where to store my servlet ? | 27 Apr 2005 20:21 GMT | 8 |
hi.. I have put my JSP page in the webapps\ROOT directory. and then i have made a folder called as classes in the WEB-INF subdirectory of ROOT directory
|
| PL/SQL to transfer data from Excel .xls to Oracle Table | 27 Apr 2005 19:24 GMT | 2 |
I'm not a PL/SQL guy and I need to load data to Oracle tables from Excel Spreedsheets. Can anyone show me an example of a program/script to do this? Or maybe just some direction to follow? Thanks
|
| VB.NET Web Programmer in New York $40/hr | 27 Apr 2005 18:59 GMT | 7 |
VB.NET Web Programmer in New York $40/hr We are looking for someone to work as a VB.NET Web Developer. In this role, you will design and develop application software for a successful global corporation. You will also support and install software
|
| Running Java on an XP/Windows machine - without the DOS box. | 27 Apr 2005 18:26 GMT | 5 |
All, Other than websart etc, is there a way (programs, flags, tags etc..) of running a java application (not applet) on a machine? The code will be installed on the box, and will be run but the users (!!!) donot want
|