Received: by 10.66.84.199 with SMTP id b7mr536674paz.11.1346272424885; Wed, 29 Aug 2012 13:33:44 -0700 (PDT) Received: by 10.68.244.73 with SMTP id xe9mr639499pbc.10.1346272424871; Wed, 29 Aug 2012 13:33:44 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nntp.club.cc.cmu.edu!newsfeed.news.ucla.edu!usenet.stanford.edu!4no26298199pbn.1!news-out.google.com!a8ni100059889pbd.1!nntp.google.com!4no26298190pbn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Wed, 29 Aug 2012 13:33:44 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T NNTP-Posting-Host: 69.28.149.29 References: <19293822-5218-40d5-b5c7-205eeedb73c9@googlegroups.com> <2bd66b01-727f-4312-b773-e7c04ac25c30@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0033f0f2-d228-46c3-a70e-a930c622fef6@googlegroups.com> Subject: Re: (Encryption Package) error: cannot find symbol symbol: class BaseNCode From: Lew Injection-Date: Wed, 29 Aug 2012 20:33:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:18415 (unknown) wrote: >> Lew wrote: >> (unknown) wrote: > Lew wrote: >> Instead, either download or build the JAR, >> ensuring thus that it contains *all* >> the project (Commons Codec in this > > case). Since Apache Commons is, well, >> common, unless you're contributing > > to the project download the JAR rather than > build it. > > Where can I get > > either the pre-built jar or *all* of the project! http://lmgtfy.com/? > > q=Apache+Commons+Codec+downloads > > When I add the java package and your dot jar (from I am not nor have ever been affiliated with the Apache Project, and I've made no contributions to Commons Codec. > http://commons.apache.org/codec/download_codec.cgi) to a project (as a library) > and try to build it, I get error messages such as the below hard (if not impossible) > to remove error messages. The error messages are from the new package. Your use of the term "package" is inconsistent with Java usage. What exactly do you mean? > Compiling 46 source files to C:\...\build\classes > > C:\...\src\org\apache\commons\codec\binary\Base64.java:324: error: cannot find symbol Why are you compiling the Commons Codec project? This is what I told you *not* to do! Stop compiling third-party source. -- Lew