Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Lazy download and PrintServiceLookup.lookupPrintServices

843802Jan 31 2007 — edited Feb 5 2007
In my jnlp file all jars are with "lazy" tag, and everything works fine, but when I execute this line of code:

javax.print.PrintService[] result = PrintServiceLookup.lookupPrintServices( null, null );

all of the jar are downloaded.

I've opened the bug request n: 830151 (but this is only an internal ID) 2 months ago, but got no answers yet.

Any ideas or suggestion?
Regards
Alessandro
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2007
Added on Jan 31 2007
2 comments
157 views