How to import lwjgl_util

可紊 提交于 2019-12-13 05:18:47

问题


I am trying to make a 3d lwjgl object, and have done so, but am getting an error telling me that I don't have the XPMFile. So I did some research, and have found that I need to load the XPMFile, but can't seem to find out how to do so. So I am wondering how to load the XPMFile for lwjgl_Util.

**EDIT**

Ok, I've decided to change the question to fit what I know now. The new Question is:

How do you import lwjgl_util, so that you don't get the XPMFile error???


回答1:


have you put lwjgl_util.jar on the classpath? (i.e. the same place you put lwjgl.jar in eclipse).




回答2:


This is the general package.

import org.lwjgl.util.*;



来源:https://stackoverflow.com/questions/7949266/how-to-import-lwjgl-util

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!