You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor:
'Setting up your environment' section:
The reference to 'quarks/java8/lib' indicate the setup is on LInux.
However, the Eclipse screenshots appear to be on windows - Location: c:\Users\IBM_ADMIN....
Suggestion - make instructions consistent for one platform and indicate analogous steps apply to the other platform.
The text was updated successfully, but these errors were encountered:
BTW
The steps work ok on both Linux and Windows.
I cut and pasted the first two code snippets into a new Eclipse class and noticed that on statement:
public class TempSensor implements Supplier {
there is warning:
'The serializable class TempSensor does not declare a static final serialVersionUID field of type long'.
@mnwone Using a forward slash when you're not referring to a specific operating system is pretty standard. I think we are OK to leave the slashes as they are. Unless we need to refer to the full path, it seems like overkill to provide the analogous steps for Windows and Linux.
Based on my experience, a Windows user is more likely to browse to the folder than specify the path, so the direction of the slashes is pretty irrelevant in that context.
@wmarshall484 Do we need to do anything about the warning that @mnwone is seeing?
Minor:
'Setting up your environment' section:
The reference to 'quarks/java8/lib' indicate the setup is on LInux.
However, the Eclipse screenshots appear to be on windows - Location: c:\Users\IBM_ADMIN....
Suggestion - make instructions consistent for one platform and indicate analogous steps apply to the other platform.
The text was updated successfully, but these errors were encountered: