[
https://issues.apache.org/jira/browse/IGNITE-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16070040#comment-16070040
]
Pavel Tupitsyn commented on IGNITE-5628:
----------------------------------------
Resulting lookup list:
{code}
private static readonly string[] JvmDllLookupPaths =
{
// JRE paths
@"bin\server",
@"bin\client",
// JDK paths
@"jre\bin\server",
@"jre\bin\client",
@"jre\bin\default"
};
{code}
> .NET: incorrect jvm.dll lookup paths for JRE
> --------------------------------------------
>
> Key: IGNITE-5628
> URL: https://issues.apache.org/jira/browse/IGNITE-5628
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 2.1
>
>
> {{jvm.dll}} is located in different subfolders in JRE and JDK. Current code
> only accounts for JDK. So if we set {{JAVA_HOME}} to a custom xcopy-deployed
> JRE folder, jvm.dll can not be found.
> With normal Windows installations it works because we use registry for that.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)