Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Executing web url in java

1004526Dec 27 2013 — edited Dec 27 2013

    I use a custom component and develop below piece of code

    <img id="01" src="http://localhost:80/cs/idcplg?IdcService=CREATE_STATIC_RENDITION&dDocName=ABC000001&Rendition=Web">

Above line is part of html displayed on web browser

    however, I want to execute this line inside my java code

    Something like Execute --> http://localhost:80/cs/idcplg?IdcService=CREATE_STATIC_RENDITION&dDocName=ABC000001&Rendition=Web

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 24 2014
Added on Dec 27 2013
2 comments
196 views