Apache Axis and JDK1.5

J

Jacob

Apache Axis 1.1 doesn't work well with JDK1.5
due to naming problems (using "enum" as package
name).

What is the workaround?

Thanks.
 
P

Paul Lutus

Jacob said:
Apache Axis 1.1 doesn't work well with JDK1.5
due to naming problems (using "enum" as package
name).

What is the workaround?

If there is a conflict, change the names in the source files.

If you don't have access to the original source, you are out of luck.
 
J

Jacob

Paul said:
If there is a conflict, change the names in the source files.

If you don't have access to the original source, you are out of luck.

Apache is open source so I can fix it for sure,
but as others probably have encounterd the problem
already I am after a more gracious solution, like:

o Apache Axis 1.5 or
o SomeoneElses Axis 1.1
o etc.

:)
 
M

Mike Schilling

Jacob said:
Apache Axis 1.1 doesn't work well with JDK1.5
due to naming problems (using "enum" as package
name).

What is the workaround?

Try the "-source 1.4" flag on javac.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,998
Latest member
MarissaEub

Latest Threads

Top