Is it possible to connect an ivy application with some version of java? For instance, the user has local installed Java6 and Java7.

  1. By starting an application http://serverName/ivy/app1/... RIA will be opened with Java6
  2. By starting an application http://serverName/ivy/app2/... RIA will be opened with Java7

asked 18.07.2014 at 10:40

tauser's gravatar image

tauser
(suspended)
accept rate: 33%

edited 18.07.2014 at 11:31

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958


Unfortunately there is no built-in way to do that if the applications run on the same Ivy server.

If you run the two applications on two different Ivy servers, then you could edit the file configuration/jnlpconfig.any and restrict one application to the lower JRE:

/java {
    # the java args are optional, but it is recommended to define them
    /version            "1.6"
link

answered 18.07.2014 at 12:00

MichaelD%C3%A4nzer's gravatar image

MichaelDänzer ♦
(suspended)
accept rate: 86%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×52

Asked: 18.07.2014 at 10:40

Seen: 2,849 times

Last updated: 18.07.2014 at 12:00