I'm trying to do some byte code manipulation with Javassist using
Maven. I keep getting a compilation error:
It's as if the JDK is missing a class file. I have the sun JDK installed and I know that maven is using it because when I do a mvn -v call it gives me this (I'm using Ubuntu by the way):
I have this as my pom file (this is currently just a
test project to make sure that I can get everything set up correctly):
Any ideas on how to fix this problem?