Note that there are some explanatory texts on larger screens.

plurals
  1. UStokkov
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COAhhh, I see the confusion I created. If you had no terminal windows open, then each new window will load the .profile when it is opened and you need to do nothing. If on the other hand you had edited the .profile in your terminal window or had terminal windows open previously and wanted the changes in them, then you need to simply type `. .profile` to load them.
      singulars
    2. COIf you have a Terminal window open prior to changing your profile, those changes will not get reflected in the existing Terminal's environment. Your quick solution is to just open a new Terminal window. That's all. Every new window will have everything in the .profile set on it. Always. The way to fix old, already open windows is to type ". .profile" 2 periods, 1 space between them. The "set" command is to set environment variables that die when you end the session you set them in. Using "set" without arguments lists the variables currently set.
      singulars
    3. COAll of the tests I did used GWT applications that were created as a standard web apps, not mobile ones. I'll freely admit they aren't necessarily the most well coded GWT apps in the world since we were learning on the fly. Most of our apps worked fine, but there were some features that did not. One example I can give is we had a status check on the activity start and based on that check we either hid or displayed a widget. The widget always displayed in PhoneGap even though the default state was to hide it. You may have quirks to research and adjust your app accordingly.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload