Click here to Skip to main content
15,910,877 members
Home / Discussions / Java
   

Java

 
GeneralRe: .jar File operations Pin
Liam S. Crouch13-Jun-11 8:43
Liam S. Crouch13-Jun-11 8:43 
AnswerRe: .jar File operations Pin
Richard MacCutchan8-Jun-11 21:49
mveRichard MacCutchan8-Jun-11 21:49 
GeneralRe: .jar File operations Pin
Liam S. Crouch13-Jun-11 8:40
Liam S. Crouch13-Jun-11 8:40 
GeneralRe: .jar File operations Pin
Richard MacCutchan13-Jun-11 9:37
mveRichard MacCutchan13-Jun-11 9:37 
GeneralRe: .jar File operations Pin
Liam S. Crouch13-Jun-11 9:50
Liam S. Crouch13-Jun-11 9:50 
GeneralRe: .jar File operations Pin
Richard MacCutchan13-Jun-11 21:33
mveRichard MacCutchan13-Jun-11 21:33 
GeneralRe: .jar File operations Pin
Liam S. Crouch14-Jun-11 1:06
Liam S. Crouch14-Jun-11 1:06 
QuestionI want some projects for SSH+EXTJS to learn Pin
FariyEye8-Jun-11 17:05
FariyEye8-Jun-11 17:05 
AnswerRe: I want some projects for SSH+EXTJS to learn Pin
David Skelly8-Jun-11 22:19
David Skelly8-Jun-11 22:19 
QuestionHow to detect if files are not being used by J2EE application in Eclipse Pin
MikoTheTerrible7-Jun-11 10:23
MikoTheTerrible7-Jun-11 10:23 
AnswerRe: How to detect if files are not being used by J2EE application in Eclipse Pin
TorstenH.7-Jun-11 20:40
TorstenH.7-Jun-11 20:40 
AnswerRe: How to detect if files are not being used by J2EE application in Eclipse Pin
Peter_in_27807-Jun-11 21:20
professionalPeter_in_27807-Jun-11 21:20 
GeneralRe: How to detect if files are not being used by J2EE application in Eclipse Pin
David Skelly7-Jun-11 22:42
David Skelly7-Jun-11 22:42 
GeneralRe: How to detect if files are not being used by J2EE application in Eclipse Pin
Peter_in_27808-Jun-11 14:00
professionalPeter_in_27808-Jun-11 14:00 
GeneralRe: How to detect if files are not being used by J2EE application in Eclipse Pin
MikoTheTerrible8-Jun-11 4:00
MikoTheTerrible8-Jun-11 4:00 
GeneralRe: How to detect if files are not being used by J2EE application in Eclipse Pin
Peter_in_27808-Jun-11 13:56
professionalPeter_in_27808-Jun-11 13:56 
GeneralRe: How to detect if files are not being used by J2EE application in Eclipse Pin
MikoTheTerrible8-Jun-11 3:41
MikoTheTerrible8-Jun-11 3:41 
Questionhow to include web cam image in gui through applet Pin
steven8Gerrard6-Jun-11 20:33
steven8Gerrard6-Jun-11 20:33 
AnswerRe: how to include web cam image in gui through applet Pin
Richard MacCutchan6-Jun-11 21:55
mveRichard MacCutchan6-Jun-11 21:55 
QuestionI NEED HELP URGENTLY! Pin
Matjaz-xyz6-Jun-11 11:15
Matjaz-xyz6-Jun-11 11:15 
AnswerRe: I NEED HELP URGENTLY! Pin
Cedric Moonen6-Jun-11 20:59
Cedric Moonen6-Jun-11 20:59 
AnswerRe: I NEED HELP URGENTLY! Pin
TorstenH.6-Jun-11 21:02
TorstenH.6-Jun-11 21:02 
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible. For example, it is not generally permissible for one thread to modify a Collection while another thread is iterating over it.

That's what the documentation says. You might figure out what happens when you make your function non-static. And please debug your code.


- do not name variables with capital letter ("Element") That's really dangerous and can have side effects as Object names are started with a capital letter (e.g."System", "BufferedReader").
- always use English comments.

regards
Torsten
I never finish anyth...

QuestionImage identification Pin
kartikdasani5-Jun-11 21:03
kartikdasani5-Jun-11 21:03 
AnswerRe: Image identification Pin
jschell6-Jun-11 9:16
jschell6-Jun-11 9:16 
QuestionHow to Save a PictureDrawable as a JPEG/PNG file in Android? Pin
Bosah Chude2-Jun-11 6:09
Bosah Chude2-Jun-11 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.