| Thread | Last Post | Replies |
|
| A Little Help | 02 Sep 2007 12:38 GMT | 4 |
Hey guys! I'm new here. And I need your help. IMPROVE TargetPractice.java to allow the user to do the following: 1. add any number of targets he/she wishes to "shoot-at" by inputting the top-left coordinate of target and its scale
|
| servlet input contnet | 02 Sep 2007 12:19 GMT | 4 |
I am trying to extract content from ServletInputStream: ServletInputStream cont = request.getInputStream(); StringBuffer sb = new StringBuffer(); BufferedReader br = new BufferedReader(new InputStreamReader(cont));
|
| serialVersionUID | 02 Sep 2007 11:21 GMT | 18 |
In some implementations I need to declare something like : private static final long serialVersionUID = nnnn; can the "nnnn" be by some hot-keys (Eclipse 3.3), or should I make a number manually ?
|
| servlet filter | 02 Sep 2007 07:24 GMT | 4 |
I wrote the followint doFilter method: public void doFilter(ServletRequest arg0, ServletResponse arg1, FilterChain arg2) throws IOException, ServletException { if (filterConfig == null)
|
| How do I put my application online? | 02 Sep 2007 06:45 GMT | 7 |
Hello, I created a projectile simulation Java application for my final project in AP Java. I was really excited with the final result and decided I wanted to post it online. How in the world do I do that? Ideally I would either like to post it to a blog (.blogspot.com) or a
|
| please help me | 02 Sep 2007 01:40 GMT | 1 |
I'm absolutely new to java, how can i make connection between page i made it on " Adobe LiveCycle Designer " with java code ??
|
| Problem running first program | 01 Sep 2007 22:37 GMT | 5 |
I'm absolutely new to java. I just installed Java2SDKSE50.exe and tried to run the following program: class Application {
|
| Why no thread.sleep in servlet and a light way to poll from a servlet | 01 Sep 2007 22:22 GMT | 7 |
I have a requirement where I have to wait a few seconds-poll- wait a little more- poll etc., a few times, from a remote host a couple of times before giving up. All this in a servlet. Its really tempting to use Thread.sleep. I have seen several
|
| Javadoc question | 01 Sep 2007 21:36 GMT | 4 |
When I attempt to generate documentation with Javadoc, I get an "identifier error" because of the HashMap<String, Object>. Is there anyway to get around this? I tried to google it, but my fu does not yield anything useful.
|
| Get number of threads in JVM | 01 Sep 2007 21:27 GMT | 10 |
Is there anyway to get the number of threads running in JVM through the java api?
|
| blackdown.org closes shop | 01 Sep 2007 19:15 GMT | 10 |
I was searching for some information and came around blackdown.org. There I was greeted with the message
> The home of Java on Linux retires! on the front page. I don't know if this is just a recent event or if
|
| Recomended books for learning Java | 01 Sep 2007 17:46 GMT | 18 |
I've decieded that I need to learn Java, and hoped someone might recomend some good books for getting started, or other valuable resources. Earlier I've done some programming in Vb.net, and have a college cource in elementory VB programming.
|
| Enumset | 01 Sep 2007 16:11 GMT | 10 |
I was thinking of writing some JNI to access the Windows file attributes. On the Java side this would be an EnumSet. On the Windows side it would be a bitmap. Are there are any fast ways to interconvert?
|
| POSTing a file to a web page and reading response | 01 Sep 2007 14:12 GMT | 3 |
I'm trying to read raw data from disk, POSTING it to a site that converts the file to another format, and then read and save the response. I have only found on the web information on how to post a string, not
|
| about logon failure | 01 Sep 2007 13:34 GMT | 3 |
how to solve memory leak problem in java.Is there any tool to find out the same.please let me know the same as early as possible.
|