| Thread | Last Post | Replies |
|
| Interface question | 31 Dec 2003 23:37 GMT | 5 |
As a Java newbie this is perhaps a simple question for this group. I understand how Java interfaces work and that they don't have an implementation. What I don't therefore understand is how some interfaces in Java API (such as the ResultSet) can have an
|
| Tomcat acting different between Linux and Windows-XP | 31 Dec 2003 22:47 GMT | 2 |
Hi, all: I have a sample servlet in Windows-XP and Linux, below is the modified section in web.xml: <servlet>
|
| overridde system function | 31 Dec 2003 20:20 GMT | 3 |
Just curious about how I would specify the location of a system file like this one public static String getenv(String name) {} if I wanted to override it in my file
|
| How to get the root directory ? | 31 Dec 2003 20:04 GMT | 2 |
I know how to get the user home directory with System.getProperty("user.home"), but I cannot find any system property to get the root directory in a file tree. You know, the "My PC" in Windows or the "/" directory
|
| Easy Layout Question | 31 Dec 2003 17:56 GMT | 24 |
I am trying to create an application that has a column of Components on the leftsize, and a JPanel filling the entire right side of the screen. I have this working.
|
| webform and servlet | 31 Dec 2003 17:46 GMT | 2 |
Consider I have a webform with the following menu, the user can select one or more of his favorite components and click the Send button, which will in turn cause a servlet to save his response in a database and thereafter retrieve the number of users that that prefer each ...
|
| User entering input in a JSP? | 31 Dec 2003 17:30 GMT | 2 |
How can a user keyin input(username and password) to a jsp as in html. I mean to ask , is there some API that can be used to get input from user. Kindly help rajneesh
|
| applets in non-plugin IE | 31 Dec 2003 16:56 GMT | 3 |
I have an applet that loads beatifully on clients that have the java plugin installed. on machines that just run the microsoft vm, it doesn't load and the error message is "ClassNotFoundException". Now these microsft vm machines can load other applets - in particular I
|
| le path d'un applet | 31 Dec 2003 16:51 GMT | 3 |
Bonjour, j'aimerais savoir si l'un d'entre vous pourrais me dire comment je peut faire pour avoir le path (l'adresse logique sur internet) du fichier .class d'un applet java pendant son exécution.
|
| CVS(-like) API for use in applications | 31 Dec 2003 15:39 GMT | 1 |
I need to implement relativelly simple versioning system as a part of a bigger application. Nothing fancy, just to be able to fetch an older version of a document, as well as to show diffs and set tags. Is there some opensource CVS (or conceptually similar) Java implemented API, ...
|
| Cannot find my JAVA class with JNI FindClass from C++ | 31 Dec 2003 15:24 GMT | 3 |
This subject has been posted and reading them has not helped me I can call a Java Class "String" but when I try to call a Class I created "Simple" I cannot find it. I put the class in C:\WINNT\java\classes
|
| Crystal Report ? ? | 31 Dec 2003 13:22 GMT | 1 |
Really no way to embed crystal report into a "Standalone" java program? thanks from Peter (cmk128@hotmail.com)
|
| "Java Update"??? | 31 Dec 2003 09:41 GMT | 14 |
My computer displays an "Java Update Ready" message everytime I turn it on, asking me if I want to download the update. I ask it to remind me in 3 days and it reminds me the next time I turn the computer on, even on the same
|
| Design Patterns Hatching Tool | 31 Dec 2003 08:33 GMT | 6 |
Is there a design pattern hatching tool that can identify patterns based on java source code being passed to it. Anything similar to this would help. I want to USE patterns...and most pattern books are somewhat boring when they start talking with s
|
| Can Ant be made to compile only read only java files? | 31 Dec 2003 08:21 GMT | 4 |
Can Ant be made to compile only read only java files?
|