bwest81 / spi

Automatically exported from code.google.com/p/spi
0 stars 0 forks source link

Processor gives error message about relative path under linux #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add the jar to the class path
2. Execute javac
3. An error occurs: 

error: Exception thrown while constructing Processor object:
java.lang.IllegalArgumentException: relativeName is invalid

What is the expected output? What do you see instead?
I expected no errors

Original issue reported on code.google.com by r.spilker on 8 Aug 2008 at 8:26

GoogleCodeExporter commented 8 years ago

Original comment by r.spilker on 8 Aug 2008 at 8:29

GoogleCodeExporter commented 8 years ago
The source of this bug is a bug in javac on Linux. See
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6647996 for more 
information. Use
the -d compiler option to circumvent this problem.

Original comment by r.spilker on 8 Aug 2008 at 1:17

GoogleCodeExporter commented 8 years ago

Original comment by r.spilker on 8 Aug 2008 at 4:25