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

Java

 
GeneralRe: Is there any possibility? Pin
Oliver S. Neven20-Nov-15 2:50
Oliver S. Neven20-Nov-15 2:50 
QuestionFirst Java Application Pin
Member 1214389516-Nov-15 6:56
Member 1214389516-Nov-15 6:56 
AnswerRe: First Java Application Pin
Richard MacCutchan16-Nov-15 7:27
mveRichard MacCutchan16-Nov-15 7:27 
AnswerRe: First Java Application Pin
Oliver S. Neven18-Nov-15 11:25
Oliver S. Neven18-Nov-15 11:25 
QuestionSimple Question Pin
Member 1214112415-Nov-15 7:13
Member 1214112415-Nov-15 7:13 
AnswerRe: Simple Question Pin
Sander Rossel15-Nov-15 7:31
professionalSander Rossel15-Nov-15 7:31 
AnswerRe: Simple Question Pin
Richard MacCutchan15-Nov-15 21:04
mveRichard MacCutchan15-Nov-15 21:04 
QuestionJava Applet, writing image file to disk from byte[] Pin
ptr_Electron13-Nov-15 4:06
ptr_Electron13-Nov-15 4:06 
Hi ..

I am new to Java.. I will be getting image Byte array via CORBA.. In the Java Applet I should get the image data and write on to disk in Jpg format. I am trying with below code. but ImageIO.read() fails, no clue why? Could you please advise

I AccessController.doPrivileged(new PrivilegedAction() to make to that I has write access and tested writing text file, file is getting created.

But the issue was image is not getting created from byte array

Pleaes help

I just want to create image of any format from m_imgData[] and save it to disk. Thanks in advance !!

Java
 InputStream bteArrayInputStream = new ByteArrayInputStream(m_imgData);
final BufferedImage bufferedImage = ImageIO.read(bteArrayInputStream);
ImageIO.write(bufferedImage, "jpg", new File("c:\\temp\\myImg.jpg"));

AnswerRe: Java Applet, writing image file to disk from byte[] Pin
Richard MacCutchan14-Nov-15 2:25
mveRichard MacCutchan14-Nov-15 2:25 
Questionjava Pin
Member 1170240612-Nov-15 3:35
Member 1170240612-Nov-15 3:35 
Question404 error in eclipse tomcat server in java. Pin
Member 1202952210-Nov-15 19:23
Member 1202952210-Nov-15 19:23 
QuestionRe: 404 error in eclipse tomcat server in java. Pin
Richard MacCutchan10-Nov-15 23:07
mveRichard MacCutchan10-Nov-15 23:07 
QuestionHow can I rename an existing Spring MVC maven project Pin
Stephen Holdorf10-Nov-15 12:44
Stephen Holdorf10-Nov-15 12:44 
AnswerRe: How can I rename an existing Spring MVC maven project Pin
Stephen Holdorf10-Nov-15 12:55
Stephen Holdorf10-Nov-15 12:55 
QuestionHow do I add multiple Spring MVC controllers to my maven project Pin
Stephen Holdorf9-Nov-15 13:29
Stephen Holdorf9-Nov-15 13:29 
QuestionSince i m a student can I get industrial level examples on java where inheritance is major part? Pin
SSHASHIDHAR5-Nov-15 1:10
SSHASHIDHAR5-Nov-15 1:10 
AnswerRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
OriginalGriff5-Nov-15 1:13
mveOriginalGriff5-Nov-15 1:13 
GeneralRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
SSHASHIDHAR5-Nov-15 1:22
SSHASHIDHAR5-Nov-15 1:22 
QuestionRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
SSHASHIDHAR5-Nov-15 1:45
SSHASHIDHAR5-Nov-15 1:45 
AnswerRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
Richard MacCutchan5-Nov-15 5:39
mveRichard MacCutchan5-Nov-15 5:39 
GeneralRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
SSHASHIDHAR5-Nov-15 9:29
SSHASHIDHAR5-Nov-15 9:29 
GeneralRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
Richard MacCutchan5-Nov-15 23:12
mveRichard MacCutchan5-Nov-15 23:12 
QuestionNewly added jap page requested resource is not available Pin
Stephen Holdorf3-Nov-15 7:38
Stephen Holdorf3-Nov-15 7:38 
AnswerRe: Newly added jap page requested resource is not available Pin
Stephen Holdorf3-Nov-15 7:58
Stephen Holdorf3-Nov-15 7:58 
QuestionCode Design alternative for a Turn based game Pin
sitnik3-Nov-15 0:16
sitnik3-Nov-15 0:16 

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.