⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 machine.java

📁 jnative java 调用动态库需要的包和dll
💻 JAVA
字号:

package org.xvolks.jnative.misc.machine;

/**
 * $Id: Machine.java,v 1.3 2006/06/09 20:44:05 mdenty Exp $
 *
 * This software is released under the LGPL.
 * @author Created by Marc DENTY - (c) 2006 JNative project
 */
public class Machine {
	public static final int SIZE;
	
	static {
		//TODO find the current machine here to see if we should use 64 bits pointers
		SIZE = 1;
		//On AMD64 / Windows64 / Linux 64 set SIZE to 2
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -