Thanks Stefano, but my application.class file has to be put inside a specific folder in jar file correc? Otherwise it could not be found i suppose..Witch one?
thanks -----Messaggio originale----- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Stefano Inviato: lunedì 16 luglio 2007 15.28 A: Open Source Flash Mailing List Oggetto: Re: [osflash] [red5] Application.class and red5.jar file In windows...you can extract the application with winRAR (or similae) and with terminale "jar CF example.jar One.java Two.java Three.java" you can create a file example.jar that contain one,two,three file. On 15/07/07, Nathan Smith <[EMAIL PROTECTED]> wrote: One technique is to use WinRAR to copy your class files into the deployment red5.jar (if you're using Eclipse to build your project look in the bin folder for the class files). I think there's an example video of it somewhere here http://www.flashextensions.com/tutorials.php If your project requires other .jar librarys that are not included in red5 you will need to add them to the classpath. If you're deploying on windows have a look at wrapper.conf. Cheers, Nathan On 7/12/07, Matteo Lanzi < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Hi to all, i've just finished my java application for red5, now i have to include it in red5.jar file what have i to do? In wich folder i have to put it? Have i to modify something else?? Thaks Teo _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
