VMware Horizon Community
sillej
Enthusiast
Enthusiast
Jump to solution

Java on Windows 10 and UEM 9.3 (Java 8 Update 191) not Saving Some Exceptions

Hi,

I have a Windows 10 with Java 8 Update 191 installed on it that when I accept a Java website it remembers the first exception, but not the second exception.

My UEM settings are:

[IncludeFolderTrees]

<AppData>\Sun\Java

<UserProfile>\AppData\LocalLow\Sun\Java\Deployment

<UserProfile>\AppData\LocalLow\Oracle

[IncludeFiles]

<UserProfile>\AppData\LocalLow\Sun\Java\Deployment\deployment.properties

<UserProfile>\AppData\Roaming\Sun\Java\Deployment\deployment.properties

This is UEM 9.3

Thanks.

0 Kudos
1 Solution

Accepted Solutions
EricNichols
Hot Shot
Hot Shot
Jump to solution

I think you need:

[IncludeFiles]

<UserProfile>\AppData\LocalLow\Sun\Java\Deployment\security\exception.sites

View solution in original post

0 Kudos
3 Replies
EricNichols
Hot Shot
Hot Shot
Jump to solution

I think you need:

[IncludeFiles]

<UserProfile>\AppData\LocalLow\Sun\Java\Deployment\security\exception.sites

0 Kudos
chriskoch99
Enthusiast
Enthusiast
Jump to solution

Can someone explain to me why you would need to capture the exception file explicitly if you're also capturing

[IncludeFolderTrees]

<UserProfile>\AppData\LocalLow\Sun\Java\Deployment

Doesn't the exception file fall under this tree?

0 Kudos
DEMdev
VMware Employee
VMware Employee
Jump to solution

Hi chriskoch99,

Please note that I'm completely unfamiliar with capturing Java-related settings, but judging purely from a UEM perspective, you are completely correct. Including that particular file is not required, as its parent folder is already being captured.

(The same applies to the OP's config: one of the file inclusions in that config file is superfluous, as the whole folder is included already.)

0 Kudos