Skip to main content



      Home
Home » Newcomers » Newcomers » Inspect doesn't work for lesson 9 of Java tutorial(Inspect doesn't work for lesson 9 of Java tutorial)
Inspect doesn't work for lesson 9 of Java tutorial [message #1744621] Wed, 28 September 2016 23:24
Eclipse UserFriend
I'm new to java and ellipse... and hope I"m asking this newbie question in the right place.


Lesson 9 on making an ArrayList. I entered code as below:

ArrayList<String> list = new ArrayList<String>();

list.add("test1");
list.add("test2");
list

I highlighted it and pressed the inspect icon, and nothing happens. The yellow box doesn't appear as it's supposed to as per the lesson 9 lesson.

What could be the problem?

Thanks... Steve
Previous Topic:Registering Metamodels in Java project
Next Topic:Eclipse java-neon not installing with error log
Goto Forum:
  


Current Time: Sun Jul 13 13:24:45 EDT 2025

Powered by FUDForum. Page generated in 0.07929 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top