| Thread | Last Post | Replies |
|
| explanation requested for "for" | 13 Oct 2007 07:17 GMT | 3 |
I came upon this revision for "for" and adapted it to my program below: " for(int i = 0; i<10; i++){ }" is changed to this form:
|
| Critical security updates for JVM | 13 Oct 2007 06:26 GMT | 11 |
In case you hadn't noticed, Sun have released security updates for various versions of the JVM. These are regarded as "highly critical" by Secunia: http://secunia.com/advisories/27009/
|
| Java Editor with Auto-complete. | 13 Oct 2007 05:33 GMT | 5 |
I use GNU/Linux. I had programmed in Java writing source code in Vim. But the huge number of classes and methods is really daunting, and auto-complete feature really comes in handy. I learned about the IDE's like Netbeans and Eclipse, but they are too much ``feature-rich'' for
|
| Progress Dialog Help | 13 Oct 2007 02:25 GMT | 7 |
I am having trouble implementing a ProgressMonitor dialog window in my java application. The application is designed to ask the user to enter a value in a screen. This value is then placed into a HTTP request and sent to a web server, the XML result is parsed and then
|
| Java Web Start, Applet and Windows Users Groups | 13 Oct 2007 02:12 GMT | 6 |
I am currently choosing the technology for an application which will be largely deployed (> 2000 users) I have many questions regarding Java Web Start, Java applet and security :
|
| how to handle two submit buttons in form? (webpage) | 12 Oct 2007 23:48 GMT | 3 |
so, I have a form on a web page (mostly, jsp, jsf), and I have two buttons in it. one is for submit, another should be to open some additional options. so, how could I:
|
| jars on a classpath | 12 Oct 2007 13:16 GMT | 3 |
when I want to run a java application from a command line, as far as I can tell I have to write something like java -cp .;./bin;./lib/lib1.jar;./lib/lib2.jar;./lib/lib3.jar dk.alpha.myapp
|
| arrays | 12 Oct 2007 10:16 GMT | 3 |
I have a question? How can I store in to an array the values that the user enter, so later I can compare the two sets of array that the user enter. This is what I have but is not working:
|
| Which Linux is better ? | 12 Oct 2007 10:05 GMT | 3 |
Hi , i would like to know which distribution of linux would be the best for using distributed applications using java, specifically which distribution would be the best for using and writing distributed multithreaded applications that use muliple processors?
|
| Warnings from last compilation. | 12 Oct 2007 06:14 GMT | 4 |
The program correctly sorts the items in the String array.
>>>>.Warnings from last compilation are listed after the compile. Note: C:\..\SortObjects.java uses unchecked or unsafe operations. Note: Recompile with -XIint.unchecked for details <<<<
|
| Multiple Errors When Running Install Script | 12 Oct 2007 03:23 GMT | 1 |
while trying to install from a script I get the following errors. I've installed latest Java rpm from sun's website but still no luck. Any idea what's wrong? ./setup -is:javaconsole -console
|
| program of sets | 11 Oct 2007 23:18 GMT | 17 |
I need to do a program of sets but I don't know how to start, can some one give me a hit. Here is the description:
|
| Java TTS- where to start? | 11 Oct 2007 21:43 GMT | 12 |
I am looking to make a final project for my computer science class a TTS in java. We are using the Ready environment. I am having a tough time trying to find any source code to begin with, or even to help me out with starting a TTS. IS there anyone who can aid me in my starting
|
| Basics : JVM, JRE and Java Web Start | 11 Oct 2007 21:41 GMT | 5 |
Just a few questions in order to make things clear in my brain : Is there a difference between JVM and JRE or is the same thing ? Is there different versions of JRE, for example light version vs full version ? For example does it exist a light version which would only
|
| Regex problem | 11 Oct 2007 06:51 GMT | 15 |
(This is in Java, but the regex is general, therefore x-post to c.l.p.m., f-up to c.l.j.h.) Hi all, I want to discard the header of some file. The header is everything
|