Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Thu, 29 September 2016 03:24
Steve Somerville is currently offline Steve SomervilleFriend
Messages: 1
Registered: September 2016
Junior Member
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: Wed Apr 24 16:33:21 GMT 2024

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

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

Back to the top