Click here to Skip to main content
15,888,351 members
Home / Discussions / Java
   

Java

 
AnswerRe: get value inside array list in specific order Pin
jschell28-Apr-14 8:07
jschell28-Apr-14 8:07 
QuestionJSP VS ASP.net Pin
Kokkula27-Apr-14 18:53
Kokkula27-Apr-14 18:53 
AnswerRe: JSP VS ASP.net Pin
Prasad Khandekar11-Jun-14 0:27
professionalPrasad Khandekar11-Jun-14 0:27 
QuestionDatabase auto updates on JSP Pin
Kokkula27-Apr-14 11:13
Kokkula27-Apr-14 11:13 
Questionplease give me idea to code this algo in java for cloudsim tool Pin
Member 1077892327-Apr-14 10:51
Member 1077892327-Apr-14 10:51 
AnswerRe: please give me idea to code this algo in java for cloudsim tool Pin
jschell28-Apr-14 8:03
jschell28-Apr-14 8:03 
QuestionWrite to Xml file and Read on java Pin
Member 1077822527-Apr-14 2:39
Member 1077822527-Apr-14 2:39 
AnswerRe: Write to Xml file and Read on java Pin
Prasad Khandekar11-Jun-14 0:44
professionalPrasad Khandekar11-Jun-14 0:44 
Hello,

The problem is in following line
Java
xmlOutput.output(doc, new FileOutputStream(new File (".src/jdomMade.xml")));

Please correct it to
Java
xmlOutput.output(doc, new FileOutputStream(new File ("./src/jdomMade.xml")));

Without this you are probably going to get FileNotFoundException.

Regards,
Prasad P. Khandekar
Knowledge exists, man only discovers it.

QuestionHow to install a project using Jboss Pin
Member 1077205124-Apr-14 1:40
Member 1077205124-Apr-14 1:40 
Questionjava.net.SocketException: Software caused connection abort: socket write error Exception after writing some values Pin
Nosheen Javed23-Apr-14 21:20
Nosheen Javed23-Apr-14 21:20 
QuestionRead PDF tables using iText Pin
raesark23-Apr-14 0:25
raesark23-Apr-14 0:25 
AnswerRe: Read PDF tables using iText Pin
TorstenH.23-Apr-14 1:10
TorstenH.23-Apr-14 1:10 
GeneralRe: Read PDF tables using iText Pin
raesark23-Apr-14 1:28
raesark23-Apr-14 1:28 
GeneralRe: Read PDF tables using iText Pin
TorstenH.23-Apr-14 1:59
TorstenH.23-Apr-14 1:59 
GeneralRe: Read PDF tables using iText Pin
raesark23-Apr-14 3:19
raesark23-Apr-14 3:19 
GeneralRe: Read PDF tables using iText Pin
TorstenH.23-Apr-14 4:03
TorstenH.23-Apr-14 4:03 
QuestionApplet Automation Pin
Member 909935222-Apr-14 20:06
professionalMember 909935222-Apr-14 20:06 
AnswerRe: Applet Automation Pin
TorstenH.23-Apr-14 1:11
TorstenH.23-Apr-14 1:11 
GeneralRe: Applet Automation Pin
Member 909935223-Apr-14 1:41
professionalMember 909935223-Apr-14 1:41 
QuestionConstructor problem Pin
john_meee21-Apr-14 23:16
john_meee21-Apr-14 23:16 
AnswerRe: Constructor problem Pin
TorstenH.23-Apr-14 1:22
TorstenH.23-Apr-14 1:22 
AnswerRe: Constructor problem Pin
vipul57412-Jun-14 21:46
vipul57412-Jun-14 21:46 
QuestionIs there a pre-defined mthod in java works same as GetFontData pre-defined function in C++ Pin
f2620-Apr-14 20:44
f2620-Apr-14 20:44 
AnswerRe: Is there a pre-defined mthod in java works same as GetFontData pre-defined function in C++ Pin
TorstenH.23-Apr-14 1:25
TorstenH.23-Apr-14 1:25 
GeneralRe: Is there a pre-defined mthod in java works same as GetFontData pre-defined function in C++ Pin
f2630-Apr-14 22:58
f2630-Apr-14 22:58 

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.