| Author |
Problem importing default package classes in JSP
|
Seenu Reddy
Ranch Hand
Joined: Apr 03, 2002
Posts: 108
|
|
Hi All, I have java source code in default package. This application is written in early 2001. These classes are used by the JSPs in application. Now we are upgrading the application to web sphere 6.0. I think Web sphere container will not recognize the source code in default package since it uses JDK1.4. I can't move these classes in to packages bcz it is using the third party jar files which has files in default package. How can my JSP import java classes from the default package without problem? Thanks for your help! Bye, Seenu
|
Thanks,<br />Seenu<br />SCJP1.4,SCBCD1.3,Next-->SCWCD1.4
|
 |
Stefan Evans
Bartender
Joined: Jul 06, 2005
Posts: 1003
|
|
I don't think you can. There is no workaround that I am aware of. I guess you will have to FIND a way to move those classes into packages. Probably time to break out that decompiler and some refactoring tools maybe?
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14670
|
|
Decompiling a third party library is certainly not a solution. Are you sure this third party libraries were not updated for 1.4 ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: Problem importing default package classes in JSP
|
|
|