jogl, gluegen available for java 11

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

jogl, gluegen available for java 11

rsnath
Hi all,
i am new here and currently using jogl, gluegen 2.3.2 version. But by referring to forum there are fix available for the offset issue. Is there a latest 2.4 or 2.5 jar available to test in java 11?

Thanks,
ab
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

Sven Gothel
Administrator
java 11 support is WIP within the ios and java11 branch
as posted on jausoft.com.

as I am currently having the high priority to complete
high performance OpenJDK on ios (bsd) support,
the JogAmp conclusion will follow up after the next OpenJDK milestone.

~Sven

On 7/17/19 7:18 AM, rsnath [via jogamp] wrote:
> Hi all,
> i am new here and currently using jogl, gluegen 2.3.2 version. But by
> referring to forum there are fix available for the offset issue. Is there a
> latest 2.4 or 2.5 jar available to test in java 11?
>
> Thanks,
> ab
>
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

rsnath
Hi Sven Gothel,
Thank you very much for your reply.
May I please ask for a tentative release date we can try jogl 2.5 in java 11 ?  sorry I was not clear next OpenJDK milestone date.

Best regards,
ab
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

Sven Gothel
Administrator
On 7/19/19 5:50 AM, rsnath [via jogamp] wrote:
> Hi Sven Gothel,
> Thank you very much for your reply.
> May I please ask for a tentative release date we can try jogl 2.5 in java 11 ?
>  sorry I was not clear next OpenJDK milestone date.

Let me answer in a different way.
We want our next OpenJDK Hotspot-AArch64 milestone done
towards end of this month.
Then have allocated 1 week to the next JogAmp release as-is
and we have to see what I can squeeze into it.
I may push more changes in the java11 branch until, on a need basis.

But I don't want to frustrate anybody here (again).
Our plan works OK so far and I am happy with the results,
so it should work out.

~Sven

>
> Best regards,
> ab
>
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

rsnath
Thanks Sven Gothel. Looking forward to hear updates soon.

Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

rsnath
Hi Sven,
can I please know is there any update on the JOGL v2.5 update for java11 to try?

Thanks for your time.
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

Sven Gothel
Administrator
It will be JogAmp 2.4.0 and I have pushed gluegen, joal and jogl
changed to the 'java11' branch.

You have noticed the forum posts in general I hope.
So yes, your feedback is welcome.

~Sven
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

rsabhi
Thank you for the update, great to know about the update for java 11 support.

Unfortunately I am having troubles building the code with the following errors:

/Users/aa/jogamp/gluegen/make/build.xml

jogamp.env.validation:
     [echo] ant.version                Apache Ant(TM) version 1.10.6 compiled on May 2 2019
     [echo] ant.java.version           1.8
     [echo] java.version               1.8.0_221
     [echo] java.home                  /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre
     [echo] jvmJava.exe                /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre/bin/java
     [echo] jvmJava8.exe               ${jvmJava8.exe}

jogamp.env.init:
     [echo] javadoc.xarg1              -Xdoclint:none
     [echo] jogamp.jar.codebase        
     [echo] jogamp.version             2.4.1-rc-20190821
     [echo] jogamp.version.int         2414020
     [echo] junit.is.disabled          ${junit.is.disabled}
     [echo] target.user.set            ${target.user.set}
     [echo] target.sourcelevel         ${target.sourcelevel}
     [echo] target.targetlevel         ${target.targetlevel}
     [echo] target.releaselevel        ${target.releaselevel}
     [echo] target.rt.jar              ${target.rt.jar}

BUILD FAILED
/Users/aa/jogamp/gluegen/make/jogamp-env.xml:189: You need to specify all properties 'target.sourcelevel', 'target.targetlevel' and 'target.rt.jar’.

Do you have any hint on this how to build? Currently I am blocked to build the version 2.4
what basically expected to provide in gluegen, jogl and joal project's build.xml file? Thanks
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

Sven Gothel
Administrator
Please follow the doc/HowToBuild.html accurately

On 8/21/19 4:18 PM, rsabhi [via jogamp] wrote:

> Thank you for the update, great to know about the update for java 11 support.
>
> Unfortunately I am having troubles building the code with the following errors:
>
> /Users/aa/jogamp/gluegen/make/build.xml
>
> jogamp.env.validation:
>      [echo] ant.version                Apache Ant(TM) version 1.10.6 compiled
> on May 2 2019
>      [echo] ant.java.version           1.8
>      [echo] java.version               1.8.0_221
>      [echo] java.home                
>  /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre
>      [echo] jvmJava.exe              
>  /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre/bin/java
>      [echo] jvmJava8.exe               ${jvmJava8.exe}
>
> jogamp.env.init:
>      [echo] javadoc.xarg1              -Xdoclint:none
>      [echo] jogamp.jar.codebase        
>      [echo] jogamp.version             2.4.1-rc-20190821
>      [echo] jogamp.version.int         2414020
>      [echo] junit.is.disabled          ${junit.is.disabled}
>      [echo] target.user.set            ${target.user.set}
>      [echo] target.sourcelevel         ${target.sourcelevel}
>      [echo] target.targetlevel         ${target.targetlevel}
>      [echo] target.releaselevel        ${target.releaselevel}
>      [echo] target.rt.jar              ${target.rt.jar}
>
> BUILD FAILED
> /Users/aa/jogamp/gluegen/make/jogamp-env.xml:189: You need to specify all
> properties 'target.sourcelevel', 'target.targetlevel' and 'target.rt.jar’.
>
> Do you have any hint on this how to build? Currently I am blocked to build the
> version 2.4
> what basically expected to provide in gluegen, jogl and joal project's
> build.xml file? Thanks
>
Reply | Threaded
Open this post in threaded view
|

Re: jogl, gluegen available for java 11

Sven Gothel
Administrator
In reply to this post by rsabhi
On 8/21/19 5:02 PM, Sven Gothel wrote:
> Please follow the doc/HowToBuild.html accurately

Maybe also check the scrips/make* scripts under the make folder,
as they contains some build scripts examples for all platforms

Here, the following is missing
- openjdk11 version
- You need to specify all properties 'target.sourcelevel',
'target.targetlevel' and 'target.rt.jar’.

>
> On 8/21/19 4:18 PM, rsabhi [via jogamp] wrote:
>> Thank you for the update, great to know about the update for java 11 support.
>>
>> Unfortunately I am having troubles building the code with the following errors:
>>
>> /Users/aa/jogamp/gluegen/make/build.xml
>>
>> jogamp.env.validation:
>>      [echo] ant.version                Apache Ant(TM) version 1.10.6 compiled
>> on May 2 2019
>>      [echo] ant.java.version           1.8
>>      [echo] java.version               1.8.0_221
>>      [echo] java.home                
>>  /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre
>>      [echo] jvmJava.exe              
>>  /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre/bin/java
>>      [echo] jvmJava8.exe               ${jvmJava8.exe}
>>
>> jogamp.env.init:
>>      [echo] javadoc.xarg1              -Xdoclint:none
>>      [echo] jogamp.jar.codebase        
>>      [echo] jogamp.version             2.4.1-rc-20190821
>>      [echo] jogamp.version.int         2414020
>>      [echo] junit.is.disabled          ${junit.is.disabled}
>>      [echo] target.user.set            ${target.user.set}
>>      [echo] target.sourcelevel         ${target.sourcelevel}
>>      [echo] target.targetlevel         ${target.targetlevel}
>>      [echo] target.releaselevel        ${target.releaselevel}
>>      [echo] target.rt.jar              ${target.rt.jar}
>>
>> BUILD FAILED
>> /Users/aa/jogamp/gluegen/make/jogamp-env.xml:189: You need to specify all
>> properties 'target.sourcelevel', 'target.targetlevel' and 'target.rt.jar’.
>>
>> Do you have any hint on this how to build? Currently I am blocked to build the
>> version 2.4
>> what basically expected to provide in gluegen, jogl and joal project's
>> build.xml file? Thanks
>>


--
health & wealth
mailto:[hidden email] ; http://jausoft.com
land : +49 (471) 4707742 ; fax : +49 (471) 4707741
Timezone CET: PST+9, EST+6, UTC+1