aspose file tools
The moose likes Beginning Java and the fly likes j2sdk_1.5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "j2sdk_1.5" Watch "j2sdk_1.5" New topic
Author

j2sdk_1.5

V Bose
Ranch Hand

Joined: Jul 10, 2003
Posts: 113

When compiling using j2sdk_1.5, I get an Unhandled IOException error if I do not comment out in the last else statement.
The same code block compiles fine with j2sdk_1.4.2_03
Why is it so?
Thanks,
Jeff Langr
author
Ranch Hand

Joined: May 14, 2003
Posts: 758
It compiled fine for me. Have you downloaded the beta? It was just announced yesterday.
-Jeff-


Author, Agile Java, Essential Java Style. Agile in a Flash. Contributor, Clean Code.
 
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: j2sdk_1.5
 
Similar Threads
String escape
translate to pig latin!? completely lost....
Force execution of JSP code when pressing back button
Best way to handle huge write operation
Hexadecimal and decimal convert code