You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
I'm trying to import some classes from a library (jpl), which have names already taken by java.lang classes.
When I try to import jpl.Float and jpl.Integer, I get exceptions due to name clashes. Is there a way to alias the class names so that I can use them?
Andy Fingerhut
unread,
Oct 21, 2012, 10:08:46 PM10/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
As mentioned in a recent thread "class name clashes on importing classes of same name from different Java package", you can use the classes with fully qualified names without importing them at all.