| Thread | Last Post | Replies |
|
| How do I use the Java API in a Thread-Safe Manner? | 14 Jul 2005 00:05 GMT | 16 |
I am writing a Java servlet and am new to coding for thread synchronization. I suspect that there must be an "obvious" solution to the following problem but after sevearl days of research I can't find it! It is my understanding that, in general, the J2SE 1.4 API is *not*
|
| Finding java | 13 Jul 2005 22:01 GMT | 4 |
I'm running mac os x 10.4.1. I can run java, javac, jar, etc. fine either from the command line or using xcode. My problem is I cannot find the directory of Java itself, and so I can't find things like src.zip or anything else. I think perhaps because Mac uses frameworks,
|
| hot to make wars or ears for web service deployment on websphere | 13 Jul 2005 19:18 GMT | 1 |
I have a simple hello world class that I want to deploy on a webSphere server as a web service, how do I make war or ear archives that acomplish this goal.
|
| numerical domain name | 13 Jul 2005 16:40 GMT | 1 |
i have a domain name like this:3456.org package org.3456.blah.blah;//cause a compile error how can i name my package?
|
| comparing two files line by line java | 13 Jul 2005 03:22 GMT | 3 |
anyone that can help me out with some ideas on how to compare two files (text files) line-by-line and output the diff? All hints and pointers are welcome. cheers,
|
| How to get all httpd environment variables in JSP/Servlet? | 12 Jul 2005 21:30 GMT | 4 |
To get all httpd environment variables in CGI/Perl is very easy as below: print "Content-type: text/plain\n\n"; if ($ENV{'REQUEST_METHOD'} eq "POST") {
|
| Reposition images with mouse | 12 Jul 2005 17:49 GMT | 4 |
I have Win2k and j2sdk1.4.2_08. I want two images to be relocated/repositioned within a frame using the mouse? Sample would be appreciated.
|
| Compile error. | 12 Jul 2005 13:07 GMT | 2 |
Dear Group: Newbie, compile program error, thanks for advice. On Windows XP. Two source files. First one defines an interface with one method. Second one implements the interface.
|
| a really basic slider?! | 12 Jul 2005 10:50 GMT | 1 |
Wonder if anyone can point me at code for the simplest of sliders! Cheers Geoff
|
| Lurking in c.l.j.programmer is good! | 12 Jul 2005 02:30 GMT | 4 |
Just a point that readers of c.l.j.help might get good value from *lurking*[1] in comp.lang.java.programmer[2]. [1] Lurking might be *bad* when you do it outside the neighbour's bathroom window, but in Usenet newsgroups
|
| scope | 11 Jul 2005 22:27 GMT | 6 |
Is there a difference in the following blocks of code? if ( true ) { new UserScreen(); }
|
| Misusing servlets | 11 Jul 2005 20:54 GMT | 4 |
I've been hacking away in Java for some time now, but am completely new to web based development and to J2EE. I've got a few servlet related questions I'm hoping someone can help me out with. We're putting together a system that will be composed of several components
|
| Starting and ending a process via Java/JSP | 11 Jul 2005 20:02 GMT | 1 |
I hope someone can give me a little help with this... BTW, I'm running WinXP/Tomcat. I need to start and end a process on that machine using a Java servlet that responds to user input. So, I'm using a method that accepts the command (cmd) and returns the Process
|
| servlet project setup in Eclipse | 11 Jul 2005 14:56 GMT | 3 |
I'm following a tutorial on using Struts with Eclipse. Part of the tutorial says to create a hello world servlet, make some modifications to the server's web.xml (or the apps web.xml file) and pull up the servlet in the browser at localhost:8080/servlet/HelloWorldServlet.
|
| comparing object data | 11 Jul 2005 13:31 GMT | 1 |
I have two api:s ( version 1 and 2). I need to compare them. I have managed to read the content of the jar files and use bcel to extract the folllowing for each class: className
|