Applet error connection using Netty

skhalid shahbaz.khalid at gmail.com
Mon Dec 29 16:26:58 EST 2008


You need to add a manifest file in your application jar file:

read: http://www.iam.ubc.ca/guides/javatut99/jar/basics/manifest.html


In the manifest file, you need to set main class and class path parameters
(class path should have jar files separated with spaces) - add all
dependencies of your applications to this classpath parameter
-- 
View this message in context: http://n2.nabble.com/Applet-error-connection-using-Netty-tp2018182p2090370.html
Sent from the Netty User Group mailing list archive at Nabble.com.




More information about the netty-users mailing list