cancel
Showing results for 
Search instead for 
Did you mean: 

Image location for Java Application

former_member225041
Participant
0 Kudos

Hi Experts,

I have a java application created in NWDS. Application is having functionality to send an email.Application is deployed in SAP WAS.

I want to use images with message of the mail. For that i want to know where to store images in java application structure.

I dont want to store images on server location. Is there any way so that i can ship images with deployed application ?

Or any other way to store and access images in java application.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi Vinay,

You can store the images in your WD project under <WDProjectName>>src>mimes>components><componentname>.

Regards,

Poojith MV

former_member225041
Participant
0 Kudos

I am not using WD application . Its a pure java application created in NWDS.

Former Member
0 Kudos

It's misleading when you post on a Web Dynpro Java thread - and stating you're not using a WD application.

What's normally done is attach it in a jar file. Then your app should access that.

And go through this: [Advanced Java Mail for embedding images|http://java.sun.com/developer/EJTechTips/2004/tt0625.html]

Goodluck! and this is not a WD Java question.

Answers (0)