mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.82k stars 1.65k forks source link

jar file could not load the swf source #34

Closed chembohuang closed 11 years ago

chembohuang commented 11 years ago

when i export the project as a jar file, ResourceHandler could not load the swf file as getClass().getResource(resourcePath) [ResourceHandler.java line 78] cannt recognize the path: "D:\workspace\netty-socketio-1.0.0-SNAPSHOT.jar!\static\flashsocket\WebSocketMainInsecure.swf. And ie6 turns out to use the flashsocket as the transport way.

mrniko commented 11 years ago

So your project jar contains all classes including netty-socketio lib classes too?

chembohuang commented 11 years ago

yes, i use maven to export all the class into one jar file. would it be ok?

mrniko commented 11 years ago

Did you resolve this problem?