Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18415
| Newsgroups | comp.lang.java.programmer |
|---|---|
| Date | 2012-08-29 13:33 -0700 |
| References | <c60c6542-537f-4fcf-8aa0-06c0f977ca59@googlegroups.com> <fd28dd62-1006-49fe-a020-2572b8235fd7@googlegroups.com> <19293822-5218-40d5-b5c7-205eeedb73c9@googlegroups.com> <2bd66b01-727f-4312-b773-e7c04ac25c30@googlegroups.com> <ae86b13f-d92d-4b0b-b2f9-b011a1fbb8da@googlegroups.com> |
| Message-ID | <0033f0f2-d228-46c3-a70e-a930c622fef6@googlegroups.com> (permalink) |
| Subject | Re: (Encryption Package) error: cannot find symbol symbol: class BaseNCode |
| From | Lew <lewbloch@gmail.com> |
(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
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: (Encryption Package) error: cannot find symbol symbol: class BaseNCode Lew <lewbloch@gmail.com> - 2012-08-29 11:10 -0700
Re: (Encryption Package) error: cannot find symbol symbol: class BaseNCode clusardi2k@aol.com - 2012-08-29 11:21 -0700
Re: (Encryption Package) error: cannot find symbol symbol: class BaseNCode Lew <lewbloch@gmail.com> - 2012-08-29 11:31 -0700
Re: (Encryption Package) error: cannot find symbol symbol: class BaseNCode clusardi2k@aol.com - 2012-08-29 12:48 -0700
Re: (Encryption Package) error: cannot find symbol symbol: class BaseNCode Lew <lewbloch@gmail.com> - 2012-08-29 13:33 -0700
csiph-web