Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\javafx\font\directwrite\IUnknown.java
/* * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.javafx.font.directwrite; class IUnknown { long ptr; IUnknown(long ptr) { this.ptr = ptr; } int AddRef() { return OS.AddRef(ptr); } int Release() { int result = 0; if (ptr != 0) { result = OS.Release(ptr); ptr = 0; } return result; } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de