Skip to content

Tag: intellij-idea

java cannot find symbol class Generated

Hello guys my problem is I generate QClasses with querydsl everything generate nice but if I want run project build failed because cant find symbol. Before that it worked well and suddenly without changing the pom.xml so it not work. I’ve had this problem before, and if I remember correctly, I fixed it …

Java cannot find symbol for imported scala class

I received a Scala jar and need to write a java program to use a method. The imported Scala method definitely works because it has been in production for years. here is the program: Decompiled Scala code: Here are observations: Error message: cannot find symbol constructor VerifyApp() location: class com.comp…