I just installed LWJGL and I selected lwjgl.jar, it loaded all the classes but when i click on one, it just says "This class has no source" Please help!
Asked
Active
Viewed 384 times
0
-
The source is available on their website man. – Mark W Oct 03 '14 at 00:47
-
You need to add the source to the jar in the classpath. download the src zip file then add it to the LWJGL jar file. if you need more help I'll answer in the Bottom Peace – BilalDja Oct 03 '14 at 00:52
-
Thanks, I am very new to LWJGL so I don't know exactly how to use it. – AlbertVanNeinstein Oct 03 '14 at 01:07
1 Answers
0
How to add the source to a jar is explained here,
but note that you won't need to do this to use the classes in the jar. The source and javadoc attachments are only useful for development and debugging.

Community
- 1
- 1

Dawnkeeper
- 2,844
- 1
- 25
- 41