On Mar 28, 1:11 pm, Thomas Broyer <[email protected]> wrote: > It's Java, so putting a class with the very same fully-qualified name > earlier in the classpath is enough to do an "override"; without even > modifying the JAR. > Or you can also modify the JAR (hint: a JAR is hardly different from a > ZIP), no need to recompile as GWT needs the source (*.java) file, not > the compiled (*.class) one (except in DevMode, but again, it's Java: > you can compile a single java->class, you don't have to compile the > "whole project")
Not sure how to use the same fully-qualified name without the file being in the same place as the one it is intending to replace. If it is in the same place, then it seems I have to remove the old one from the jar and put the new .java file in the jar and then recompile. I haven't compiled a file using java (as opposed to an IDE) in many years. I wouldn't know how to set up a project to compile one lonely java source file. I guess I could attempt to follow the preceding response, but I'm not sure it is worth the trouble. Very few people use my site. I'll just tell them not to use Firefox. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
