RE: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread Coscend@OM
Hello Maxim, Build JDK 8 is great. Can the user's browser Java be 1.7 to use screensharing and recording? Or, should this be 1.8 as well? Thank you. Sincerely, Hemant K. Sabat Coscend Communications Solutions Web site: www.Coscend.com ---

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread seba.wag...@gmail.com
Are you thinking of pushing the value for the source code to java 1.8 ? @Hermant: No, if the Jar has compilation level set to 1.8, a 1.7 JVM can't execute it anymore. I am not sure, but I think WebStart has some checks for this and might display some error message saying you have to update Java.

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread Maxim Solodovnik
I'm also using java8 for all development (both 3.1 and 3.2) Why I raise this topic: red5-1.0.8-M9, we are using, depends on apache mina built with java8 this is why we have issues like this [1] [1] https://issues.apache.org/jira/browse/OPENMEETINGS-1267?focusedCommentId=15445177&page=com.atlassian

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread seba.wag...@gmail.com
Is it possible so set the build version for the screen sharing applet to Java7 separated from the server ? Thx 2016-08-30 13:09 GMT+12:00 Maxim Solodovnik : > I'm also using java8 for all development (both 3.1 and 3.2) > Why I raise this topic: red5-1.0.8-M9, we are using, depends on apache mina

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread seba.wag...@gmail.com
Or is that attached exception in [OPENMEETINGS-1267] actually an exception from the screen sharing applet ? Looks like an exception in the server or not ? 2016-08-30 13:12 GMT+12:00 seba.wag...@gmail.com : > Is it possible so set the build version for the screen sharing applet to > Java7 separate

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread Maxim Solodovnik
We can set "compilance level" to be 1.7, BUT screen-sharing also depends on same mina :( OPENMEETINGS-1267 contains server log On Tue, Aug 30, 2016 at 8:13 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > Or is that attached exception in [OPENMEETINGS-1267] actually an exception > fr

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread seba.wag...@gmail.com
Well another option is obviously compiling screen share with JDK8. As a client you only need JRE8 installed. According to some sources only roughly 50% of users have that: https://plumbr.eu/blog/java/java-version-and-vendor-data-analyzed-2016-edition What is the behaviour in case the Java version

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread Maxim Solodovnik
it's easy to test :) open downloaded jnlp file change to be and run it using Java7 you will get: 1) warning from javaws: "Your java is too old, please update" 2) another warning: "This application would like to use version of Java 1.8+" On Tue, Aug 30, 2016 at 8:21 AM, seba.wag...@gmail.com <

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread seba.wag...@gmail.com
I think that is acceptable. I would think we can safely update to Java8 for the screen sharing app. Thanks, Seb 2016-08-30 13:26 GMT+12:00 Maxim Solodovnik : > it's easy to test :) > open downloaded jnlp file change > > to be > > > and run it using Java7 > > you will get: > 1) warning from jav

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread Maxim Solodovnik
Great, I'll update all branches On Tue, Aug 30, 2016 at 8:45 AM, seba.wag...@gmail.com < seba.wag...@gmail.com> wrote: > I think that is acceptable. I would think we can safely update to Java8 for > the screen sharing app. > > Thanks, > Seb > > 2016-08-30 13:26 GMT+12:00 Maxim Solodovnik : > > >

Re: [DISCUSSION] using JDK8 in OM

2016-08-29 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/OPENMEETINGS-1461 On Tue, Aug 30, 2016 at 8:49 AM, Maxim Solodovnik wrote: > Great, > > I'll update all branches > > On Tue, Aug 30, 2016 at 8:45 AM, seba.wag...@gmail.com < > seba.wag...@gmail.com> wrote: > >> I think that is acceptable. I would think we ca

RE: [DISCUSSION] using JDK8 in OM

2016-09-02 Thread Coscend@OM
to:solomax...@gmail.com] Sent: Monday, August 29, 2016 8:53 PM To: dev Cc: om.insig...@coscend.com Subject: Re: [DISCUSSION] using JDK8 in OM https://issues.apache.org/jira/browse/OPENMEETINGS-1461 On Tue, Aug 30, 2016 at 8:49 AM, Maxim Solodovnik wrote: > Great, > > I'll update all bra

RE: [DISCUSSION] using JDK8 in OM

2016-09-02 Thread Coscend@OM
: Saturday, September 3, 2016 12:05 AM To: dev@openmeetings.apache.org Subject: RE: [DISCUSSION] using JDK8 in OM Dear OpenMeetings Developers, OM 3.1.2 does not start with JDK 1.8_u102, JDK1.8_u101, JDK1.8_u100. The log does not even start. The SSH tunnel to server is disconnected for all users

RE: [DISCUSSION] using JDK8 in OM

2016-09-03 Thread Maxim Solodovnik
dev@openmeetings.apache.org > Subject: RE: [DISCUSSION] using JDK8 in OM > > Dear OpenMeetings Developers, > > OM 3.1.2 does not start with JDK 1.8_u102, JDK1.8_u101, JDK1.8_u100. The > log does not even start. The SSH tunnel to server is disconnected for all > users in differ

RE: [DISCUSSION] using JDK8 in OM

2016-09-04 Thread Coscend@OM
om Subject: RE: [DISCUSSION] using JDK8 in OM Everything Wes as expected on my servers (including demo server) There should be something wrong with your servers WBR, Maxim (from mobile, sorry for the typos) On Sep 3, 2016 12:11, "Coscend@OM" wrote: > Another USE CASE > OM3.1.2 +

Re: [DISCUSSION] using JDK8 in OM

2016-09-04 Thread Maxim Solodovnik
ions Solutions' posted at: > http://www.Coscend.com/Terms_and_Conditions.html > > > > -Original Message- > From: Maxim Solodovnik [mailto:solomax...@gmail.com] > Sent: Saturday, September 3, 2016 3:40 AM > To: dev ; om.insig...@coscend.com > Subject: RE: [DISCUS

RE: [DISCUSSION] using JDK8 in OM

2016-09-04 Thread Coscend@OM
; om.insig...@coscend.com Subject: Re: [DISCUSSION] using JDK8 in OM How are you installing Java 8 on these servers? via package manger? or manually? On Mon, Sep 5, 2016 at 12:36 PM, Coscend@OM wrote: > Dear OpenMeetings Developers, > > After conducting over 25-30 tests, we have been

Re: [DISCUSSION] using JDK8 in OM

2016-09-04 Thread Maxim Solodovnik
t; Messages from Coscend Communications Solutions' posted at: > http://www.Coscend.com/Terms_and_Conditions.html > -Original Message- > From: Maxim Solodovnik [mailto:solomax...@gmail.com] > Sent: Monday, September 5, 2016 12:50 AM > To: dev ; om.insig...@coscend.com > Subject