| Thread | Last Post | Replies |
|
| HttpServletResponse.addCookie and redirect a page. | 29 Aug 2006 00:48 GMT | 3 |
In a webwork's action which is similar to Struts action, I tried to redirect it to a page called "http://123.123.123.123". However, I want to bypass the login page (http://123.123.123.123/login.htm) by setting cookie of authorization
|
| Vector Sort | 28 Aug 2006 21:27 GMT | 4 |
What's the best way to sort a vector of Integers? Thanks, Chris
|
| Memory Allocation in Java | 28 Aug 2006 21:11 GMT | 16 |
Problem: I have a large array of floating point numbers I need to look for. These results come from a brut-force grid search, where the coordinates (x,y) are non-parametric test results. The problem is that the length of x and y, and thus the size of the grid is
|
| javac Flags | 28 Aug 2006 15:14 GMT | 3 |
I am trying to learn about java compiler and flags. I am reading books talking about compiler and the flags. Maybe as other source, can someone share the compiler flags that help them the most for speed? thanks.
|
| join forum discussjava.com | 28 Aug 2006 05:28 GMT | 1 |
I have created a forum and a website that is not completely done. The forum is basicly java people helping each other and the website is geared towrds having contests created by the users and job recruiters. thanks --------------= Posted using GrabIt =----------------
|
| Modulo | 28 Aug 2006 04:00 GMT | 1 |
Does Java have a Modulo concept. I.e., if I divide one integer by another, is there a function that returns the modules. I want to test for all numbers over a range that divide cleanly into X. Thanks, Chris
|
| Quick Question - Array Declaration | 28 Aug 2006 01:35 GMT | 1 |
Hi all -- Is the following possible? ArrayList list = new ArrayList(); list.add(new double[{value1, value2, value3}]);
|
| Problem installing JDK in Win98 SE | 27 Aug 2006 16:31 GMT | 12 |
Hi, I have a problem with the instalation of de JDK in my system. I downloaded the package with the name "jdk-1_5_0_07-nb-5_0-win-ml.exe" and when I try to install it I get this error message: "This account does not have sufficient privileges to install Java(TM).
|
| JRE1.5.0_8 upgrade on WInXP: older versions? | 27 Aug 2006 16:18 GMT | 3 |
[ sorry of this is thr wrong group. pls point me to a more appropriate one if not - MK ] So I downloaded the new JRE1.5.0_08 update for Windows. It wants to install into C:\Program Files\Java\jre1.5.0_08
|
| The oldest JRE version from those "popular" | 27 Aug 2006 14:22 GMT | 6 |
I was wondering - does anybody know what is the odlest JRE version from those "popular" that still can be found on users computers? SUN 1.4.x? Something else?
|
| Adding to a byte array | 27 Aug 2006 00:05 GMT | 2 |
What's the easiest way to append a few extra byte values to the end of an existing byte array? Do I have to create a new larger array and copy the old contents one by one using a for() loop? - Brian
|
| JRE detection on the user's computer | 25 Aug 2006 19:30 GMT | 1 |
Is there a solution that can be placed at webpage and will detect is JRE installed or not on user's computer and if not it will execute some script (JS / PHP) and if yes - it will load an applet? Currently not all browsers inform user when he open a webpage with an
|
| Help needed to make this stop(). | 25 Aug 2006 18:09 GMT | 4 |
I have spent a lot of time looking at possibilites at making this stop, nothing seems to make it happen. I have looked at the deprecated list for stop. Still nothing makes it stop short of recompiling or getting the
|
| What happens during a page refresh? | 25 Aug 2006 16:59 GMT | 2 |
Just so it is clear, I am NOT trying to refresh the HTML page via Java. I searched the group archives and found a ton of threads dealing with that, so I realize that it a common question. But that is NOT what I'm trying to do.
|
| yguard and mainclass? | 25 Aug 2006 15:03 GMT | 1 |
I am a newbie to YGuard and obfuscation in general and am trying to get YGuard to work. I am puzzled by the 'mainclass' property in the build.xml. As far as I know my app doesn't have a single entry point. It's a web app with a
|