in intellij, Java 8, maven (quickstart), working with a very simple proto 3 file given to me for a project. i followed the instructions and the 2 protobuf jars (protobuf-java:3.19.1 and protobuf-java-util:3.19.1) are in fact in my "External Libraries". Im getting this error: Compilation failure [ERROR] /C:/Users/User/IdeaProjects/CESProject1/src/main/java/org/example/App.java:[14,21] cannot find symbol [ERROR] symbol: class Builder [ERROR] location: class com.sampleProject.Product.Proto.ProductProto I am able to import the Java class ProductProto.java into my App.java which has the main method but when I try to follow along with the instructions in the tutorial page for Writing I get errors when I try to work with Builder. Please help. Thank you, HJS
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/928e309e-bf99-44e1-afae-ebcd2722986fn%40googlegroups.com.
