I got further, we seem to have a problem with the test case
TestFileManager.fileMangerLocatorClassLoader()

It is trying

{code}
InputStream in = fileManager.open("java/lang/String.class") ;
{code}

but returns null.  Now I can change the test case to open a different class
but my question is more about whether we have code that expects to locate
the JVM core classes.  My understanding is that they don't exist as files
any more.  Does anyone know of places where this might be a problem?

On a side topic.  I will create a new branch and checkin the changes for
java9.  I am planning on naming the branch jena-3.3.0-java9.  Any
objections?

Claude

On Sat, Feb 11, 2017 at 8:44 PM, Claude Warren <[email protected]> wrote:

> I first tried with Oracle Java 9 (Mvn will not start)
> I have just installed OpenJDK 9 and at least mvn starts.  So now off to
> see if I can get it to work.
>
> On Sat, Feb 11, 2017 at 3:46 PM, Andy Seaborne <[email protected]> wrote:
>
>> Did you update the plugins?
>>
>> https://lists.apache.org/thread.html/05c16eb1f6cc088f2d48204
>> dfb244959ac2f728ed5fd96b7c969b905@%3Cdev.jena.apache.org%3E
>>
>> Minimum compatible versions:
>>
>> https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw
>>
>>     Andy
>>
>>
>> On 11/02/17 15:23, Claude Warren wrote:
>>
>>> I thought this might be easier by now but ... has anyone here gotten
>>> maven
>>> to run under java 9 for any build at all?
>>>
>>> I was going to try to get Jena to build but I can't even get maven to
>>> run.
>>>
>>> When I run maven on a simple project I get: NoClassDefFoundError: Could
>>> not
>>> initialize,class com.google.inject.internal.cglib.core.$ReflectUtils
>>>
>>> Claude
>>>
>>>
>
>
> --
> I like: Like Like - The likeliest place on the web
> <http://like-like.xenei.com>
> LinkedIn: http://www.linkedin.com/in/claudewarren
>



-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to