Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTafadzwa Chiroro
8,188 Pointsthat is the result i got but not working I am stuck on this issue for the past two days
Paste your results here
Information:Using javac 1.8.0_111 to compile java sources Information:java: Errors occurred while compiling module 'Systemizer' Information:22/08/2018 0827AM- Compilation completed with 2 errors and 0 warnings 40s 321min C:\Users\HP655\IdeaProjects\untitled\src\Sytemizer.java Error:(5, 37) java: cannot find symbol symbol: class TreeSet location: class com.teamtreehouse.Main Error (7,64) java: cannot find symbol symbol: method getPropetyName(java.lang.String) location: class java.lang.System
# Paste your results here
Information:Using javac 1.8.0_111 to compile java sources
Information:java: Errors occurred while compiling module 'Systemizer'
Information:22/08/2018 0827AM- Compilation completed with 2 errors and 0 warnings 40s 321min
C:\Users\HP655\IdeaProjects\untitled\src\Sytemizer.java
Error:(5, 37) java: cannot find symbol
symbol: class TreeSet
location: class com.teamtreehouse.Main
Error (7,64) java: cannot find symbol
symbol: method getPropetyName(java.lang.String)
location: class java.lang.System
1 Answer
Ifueko agbontaen
1,928 PointsYou should probably check the class where you first created the getPropetyName() method, and verify if there is a string there and check for any syntax errors.