splash.java

15 views
Skip to first unread message

Jiri Peinlich

unread,
Nov 6, 2018, 7:56:56 PM11/6/18
to jDip Developers
This class was build in the original build using java 1.1 but i ignored that and build it in a same way as the other classes. Does anyone know what was the purpose of it being build using jdk 1.1? I don't know anyting about java before 1.4.

See here:
and here:

Jiri Peinlich

unread,
Nov 6, 2018, 8:13:10 PM11/6/18
to jdip-de...@googlegroups.com
sorry, build with target jdk 1.1

--
You received this message because you are subscribed to the Google Groups "jDip Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jdip-develope...@googlegroups.com.
To post to this group, send email to jdip-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jdip-developers/070c1242-f9b9-4231-91fb-06adda490718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Uwe Plonus

unread,
Nov 7, 2018, 12:29:48 AM11/7/18
to jdip-de...@googlegroups.com
The class "splash.java" is compiled for 1.1 to run on the most number of
VMs. The class checks first the current Java version and only starts the
program itself when at least Java 1.4 is detected
(https://gitlab.com/jdip/jdip/blob/master/jdip_168r1/src/main/java/dip/gui/splash.java#L236).

Uwe

On 07.11.18 02:12, Jiri Peinlich wrote:
> sorry, build with target jdk 1.1
>
> On Wed, Nov 7, 2018 at 12:56 AM Jiri Peinlich <jiri.p...@gmail.com
> <mailto:jiri.p...@gmail.com>> wrote:
>
> This class was build in the original build using java 1.1 but i
> ignored that and build it in a same way as the other classes. Does
> anyone know what was the purpose of it being build using jdk 1.1?
> I don't know anyting about java before 1.4.
>
> See here:
> https://gitlab.com/jdip/jdip/blob/master/jdip_168r1/build.xml#L176
> and here:
> https://gitlab.com/jdip/jdip/blob/master/jdip_168r1/src/main/java/dip/gui/splash.java#L85
>
> --
> You received this message because you are subscribed to the Google
> Groups "jDip Developers" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to jdip-develope...@googlegroups.com
> <mailto:jdip-develope...@googlegroups.com>.
> To post to this group, send email to
> jdip-de...@googlegroups.com
> <mailto:jdip-de...@googlegroups.com>.
> <https://groups.google.com/d/msgid/jdip-developers/070c1242-f9b9-4231-91fb-06adda490718%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google
> Groups "jDip Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to jdip-develope...@googlegroups.com
> <mailto:jdip-develope...@googlegroups.com>.
> To post to this group, send email to jdip-de...@googlegroups.com
> <mailto:jdip-de...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jdip-developers/CAL%3D2rQXbYYhpCoBFkHt1fEAzfVux_5VfvmDf5mEudYehDDA_UQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/jdip-developers/CAL%3D2rQXbYYhpCoBFkHt1fEAzfVux_5VfvmDf5mEudYehDDA_UQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.

Uwe Plonus

unread,
Nov 7, 2018, 11:54:28 AM11/7/18
to jdip-de...@googlegroups.com, Jiri Peinlich
The given functionality is a nice-to-have.

But I would appreciate to move this functionality to the starter script.

So for the moment we drop the functionality (the splash class).

Bundling the JRE with the application has other implications
(licensing/updating etc) which I do not want to have in our application.

So for the moment we drop the functionality completely and you can
create a feature request in GitLab.

Uwe

On 07.11.18 13:00, Jiri Peinlich wrote:
> Do we want to have this functionality in? Maybe it will be worth to
> package jre with the distribution instead?
>
> Jiri
Reply all
Reply to author
Forward
0 new messages