Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] robocode and AspectJ

Hi,

I want to use robocode (http://robocode.sourceforge.net/) for some
examples with AspectJ in my lecture. When I build a robot with some
aspects I got some errors from robocode that some classes from
apsectjrt.jar are missing. Unfortunately robocode seems to use its own
classloader to load my robot - I guess this is the reason for the
ClassNotFoundException.

Question: has anybody used robocode together with AspectJ?

kind regards
Oliver
-- 
Oliver Böhm
http://www.javatux.de



Back to the top