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 trial

Java Local Development Environments Exploring Your IDE Check your IntelliJ IDEA Installation

that 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

systemizer_results.txt
# 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

You 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.