Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (292)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: 1 [2]
  ignore  |  Print  
  Removing Strips and Fans From MD2 Exporter  (Read 4431 times)
0 Members and 1 Guest are viewing this topic.
Offline arkdm

Junior Member




Go Pooh on yourself


« Reply #30 - Posted 2006-06-26 20:31:21 »

You're right, it is ModelLoadingException. Typo Smiley. I'm trying to simply use the loader to import a model. I had no problems with the last version of the loader.

Check my former post, you'll see what error I'm getting.
Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Reply #31 - Posted 2006-06-26 21:14:35 »

Go in the source of the new MD2 Importer and change org.xith3d.loaders.md2.util.ModelLoadingException to org.xith3d.loaders.md2.newdawn.util.ModelLoadingException.

Packages have been renamed.

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Offline arkdm

Junior Member




Go Pooh on yourself


« Reply #32 - Posted 2006-06-29 03:12:10 »

Thanks for the help! Still getting an error on compile though:


1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
C:\xith3d\xith3d-0.7.1\xith3d>javac -classpath libs/xith3d.jar;C:\xith3d\third-p
arty\third-party\vecmath\vecmath.jar;C:\xith3d\third-party\third-party\jogl\jogl
.zip;c:/xith3d/md2loader2/xith-md2.jar -d classes HelloXith3D.java
HelloXith3D.java:90: cannot find symbol
symbol  : class ModelLoadingException
location: class org.xith3d.gsg.HelloXith3D
catch (ModelLoadingException e) {/* Exception handling... */}
       ^
1 error

C:\xith3d\xith3d-0.7.1\xith3d>


Any ideas? Thanks!
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Reply #33 - Posted 2006-06-29 16:46:16 »

You have to import the ModelLoadingException class if you want to use it. Otherwise just catch "Exception".

But tell me is there any reason you don't use an IDE ?

Do you know Eclipse ? (http://www.eclipse.org/)

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Offline arkdm

Junior Member




Go Pooh on yourself


« Reply #34 - Posted 2006-06-30 21:25:37 »

I never got the time to download one. Will try to soon.

Ok - changed it to Exception and now here's my error:
1  
2  
3  
4  
5  
C:\xith3d\xith3d-0.7.1\xith3d>java -cp libs/xith3d.jar;C:\xith3d\third-party\thi
rd-party\vecmath\vecmath.jar;C:\xith3d\third-party\third-party\jogl\jogl.zip;cla
sses;c:/xith3d/md2loader2/xith-md2.jar org.xith3d.gsg.HelloXith3D
Exception in thread "main" java.lang.NoClassDefFoundError: org/xith3d/loaders/md
2/MD2Loader
Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Reply #35 - Posted 2006-06-30 21:38:45 »

Hehe classpath error : you used slashes "/" instead of back-slashes "\" in your command for the md2 loader jar.
Do :
1  
2  
3  
C:\xith3d\xith3d-0.7.1\xith3d>java -cp libs/xith3d.jar;C:\xith3d\third-party\thi
rd-party\vecmath\vecmath.jar;C:\xith3d\third-party\third-party\jogl\jogl.zip;cla
sses;C:\xith3d\md2loader2\xith-md2.jar org.xith3d.gsg.HelloXith3D

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Offline arkdm

Junior Member




Go Pooh on yourself


« Reply #36 - Posted 2006-07-01 01:13:08 »

Apparently doesn't matter whether you use forward or backward:

1  
2  
3  
4  
5  
C:\xith3d\xith3d-0.7.1\xith3d>java -cp libs/xith3d.jar;C:\xith3d\third-party\thi
rd-party\vecmath\vecmath.jar;C:\xith3d\third-party\third-party\jogl\jogl.zip;cla
sses;c:\xith3d\md2loader2\xith-md2.jar org.xith3d.gsg.HelloXith3D
Exception in thread "main" java.lang.NoClassDefFoundError: org/xith3d/loaders/md
2/MD2Loader
Offline kevglass
« League of Dukes »

JGO Kernel


Medals: 54
Projects: 20


Mentally unstable, best avoided.


« Reply #37 - Posted 2006-07-02 00:09:58 »

Has org.xith3d.loader.md2.MD2Loader likewise moved to org.xith3d.loader.md2.newdawn.MD2Loader?

Kev

Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Reply #38 - Posted 2006-07-02 16:46:16 »

Has org.xith3d.loader.md2.MD2Loader likewise moved to org.xith3d.loader.md2.newdawn.MD2Loader?

Kev
Yes indeed.
(Note : you forgot the "s" at the end of "loaders")

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Pages: 1 [2]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (67 views)
2013-05-17 21:29:12

alaslipknot (76 views)
2013-05-16 21:24:48

gouessej (109 views)
2013-05-16 00:53:38

gouessej (104 views)
2013-05-16 00:17:58

theagentd (115 views)
2013-05-15 15:01:13

theagentd (104 views)
2013-05-15 15:00:54

StreetDoggy (149 views)
2013-05-14 15:56:26

kutucuk (172 views)
2013-05-12 17:10:36

kutucuk (170 views)
2013-05-12 15:36:09

UnluckyDevil (179 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.163 seconds with 21 queries.