I know at least of one application, which uses jar files with some java and some class files. It is the Masters of Java software, which bundles each assignment as a jar. The java files are shown to the users (the clients) and committed and compiled at the server.
Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Dec 3, 2008 at 10:03 AM, <[EMAIL PROTECTED]> wrote: > Hi Geoffrey, > > I'm curious, why does another application need to interact with your Java > source code? Is that really what needs to occur? > > Cheers, > Martijn > > On Dec 3, 2008 2:57am, Geoffrey Kwan <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I'm trying to include some .java files in my src/main/resources but at >> runtime those files get compiled and only the .class files are available. > > I >> >> have placed .jpg, .txt, and .java files in my src/main/resources and what >> ends up there at runtime is .jpg, .txt, and .class files. How can I make > > the >> >> .java files available in my resources at runtime? I need the .java files >> because they are going to be used by another application that interacts > > with >> >> my application. >> >> I have tried including .java files by following the directions here >> > http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html >> >> but my resources folder ended up completely empty at runtime. >> >> Thanks, >> >> Geoff > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
