| Thread | Last Post | Replies |
|
| How to cause IE to use specific plugin? | 29 Jun 2006 16:35 GMT | 10 |
We have an applet, that was working properly in all plugin versions from 1.4.2_06 till 1.5.0_05, but has some problem in 1.5.0_06 and _07 It is launched by HTML that should restrict it to use 1.4.2_06 plugin
|
| Possible to use reflection to get constructor params/args | 28 Jun 2006 17:27 GMT | 2 |
Is it possible to use reflection to get the param/arg names i and d in second constructor? ( I am using jdk 1.4). cheers, //mikael
|
| how to know the api difference in diff version | 28 Jun 2006 16:22 GMT | 2 |
I'm wondering, is there a command (ex. javadiffapi version 1 2) to show the difference of a class/method api between version 1 and 2? --- Thanks
|
| Website Status | 28 Jun 2006 15:59 GMT | 1 |
I am looking to create a small Java application that will take a URL and display the status as well as some statistics about the page download speed and page size, but am having trouble getting started. It looks like I can gather a rudimentary page status with
|
| array initilization and memory usage | 28 Jun 2006 15:31 GMT | 5 |
I'm a little new here, so please bear with me if this sounds like a goofy question!... let's say that I have an class with 15 or so members, each taking up a
|
| NoClassDefFoundError: Files\groovy-1/0-jsr-05 | 28 Jun 2006 05:55 GMT | 8 |
Regarding GROOVY_HOME environment variable: I have JAVA_HOME set, and PATH set to use ";%JAVA_HOME%\bin;%GROOVY_HOME%\bin;" appended to the end (of PATH), which, on the terminal, evaluates (?) out. That's all well and good.
|
| help using pattern and matcher classes | 28 Jun 2006 02:36 GMT | 3 |
I have two words that I need to search my files for. DONUMBER and DO_NUMBER. I am not sure how I can create two patterns to search for in the same file. Also what is the difference between the pattern and matcher (since
|
| free java hosting where to test MyFirstServlet.war ? | 27 Jun 2006 23:36 GMT | 1 |
www.myjavaserver.com doesn't permit the starting of a war files.
|
| servlet config and servlet context | 27 Jun 2006 11:07 GMT | 1 |
can anyone tell me in easy language and with goodexamples why servletconfig and servletcontext are used.
|
| JRE download problem with proxy settings | 27 Jun 2006 09:08 GMT | 1 |
I hope it is not inappropriate for me to post this here. have XP SP1 and Java Runtime v 1.5.0_06. In IE I have been having problems with one web site I can access (the others do not display the following problems) - Bluemountain.com - an E-card site which displays
|
| SendMailServlet example & server setup ? | 26 Jun 2006 16:44 GMT | 7 |
I tried this example : // import the JavaMail packages import javax.mail.*; import javax.mail.internet.*;
|
| PLEASE HELP at Java Servlet / Java Server Pages !!!!! | 26 Jun 2006 08:18 GMT | 1 |
// Forgive my English :) I have to write a program (JS or JSP), which connect with Oracle and get out date from some table. I've found some example, but it makes errors :((
|
| classfile has wrong name WRT package? | 26 Jun 2006 03:27 GMT | 4 |
Here I am in windows 2k: C:\java> C:\java> C:\java>
|
| forwarding to servlet from java class | 25 Jun 2006 20:55 GMT | 4 |
I have a servlet which uses another java class to generate a report. An array of databeans is returned from teh report generator to the calling servlet. What I want to be able to do is write a standard error handling routine which will, when called, forward onto a JSP and output
|
| how to create jar file | 25 Jun 2006 15:08 GMT | 1 |
In help we can read: To create a JAR file from your help files, make the top level help folder the current folder. The jar command descends recursively through the different directories and copies all of the
|