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!

Unable to find methods getFile and getTempDirectory

DLopezMar 4 2015 — edited Mar 9 2015

Hi,

I have been working with blobs, reading and converting to images and uploading.

Using the tutorial from Timo, https://tompeez.wordpress.com/2014/12/13/handling-imagesfiles-in-adf-part-5/#comment-3563 , and some posts I have created, I was able to put all to work but now there is another problem, I have to present the picture before the user press Commit.

When I call these functions from apache library, commons.IO, jdeveloper doesn't recognize them:

File file = FileUtils.getFile(tempfile);

File tempdir = FileUtils.getTempDirectory();

I have the last version of apache.commons.IO which is 2.4

Can anyone help me?

Using jdev 11.1.1.7.1

Thk

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 6 2015
Added on Mar 4 2015
12 comments
2,779 views