File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Unusual FileNotFoundException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Unusual FileNotFoundException " Watch "Unusual FileNotFoundException " New topic
Author

Unusual FileNotFoundException

Melinda Savoy
Ranch Hand

Joined: Jun 21, 2005
Posts: 375

I just started a new position whereby I have a perl script that executes a jar file that produces reports. While executing the perl script I got the error below after executing it from my Textpad application. The unusual part is that neither JDK 6 version that I have has this file in the jre\lib directory. Any help/direction would be appreciated. Thanks.

Here is the error:

J. Kevin Robbins
Ranch Hand

Joined: Dec 16, 2010
Posts: 380
    
    3

That file is part of Java 7. You need to upgrade your JDK.

"I have a mind like a steel... uh... thingy."
Melinda Savoy
Ranch Hand

Joined: Jun 21, 2005
Posts: 375

Thanks so much for the quick response.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Unusual FileNotFoundException
 
Similar Threads
install4j Exception error
Loading java applet from a cab file failed
Problem in .SWF(Flash) File Loading in Browser through java Application in Linux
file reading in applet
Polymorphics and Generics.... how to do specific things to a subclass