On Tue, Sep 18, 2012 at 10:52 AM, Jim - FooBar(); <jimpil1...@gmail.com> wrote: > Hi all, > > I'm having a really ridiculous problem...let's say there is jar on clojars > with the following structure: > > --- top-level (.jar) > --foo (clojure namespaces) > -a.clj > -b.clj > -c.clj > -- > --bar (java .class files - no package declaration when compiled)
The package is baked into the .class file format. You can't change it after the fack by just moving files in the directory structure. You'll have to use a bytecode editor (such as Jar Jar Links: http://code.google.com/p/jarjar/) to change the package after-the-fact. What are you trying to accomplish by doing this? --Aaron -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en