Setting environmental variable for kotlinSetting $HOME in PowerShellHow do I add Python to the Windows...

What are these boxed doors outside store fronts in New York?

To string or not to string

Smoothness of finite-dimensional functional calculus

Writing rule stating superpower from different root cause is bad writing

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?

What typically incentivizes a professor to change jobs to a lower ranking university?

Have astronauts in space suits ever taken selfies? If so, how?

Why does Kotter return in Welcome Back Kotter?

Fencing style for blades that can attack from a distance

Arthur Somervell: 1000 Exercises - Meaning of this notation

How much RAM could one put in a typical 80386 setup?

How does strength of boric acid solution increase in presence of salicylic acid?

How can bays and straits be determined in a procedurally generated map?

Modeling an IPv4 Address

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

Mathematical cryptic clues

Why can't I see bouncing of a switch on an oscilloscope?

Minkowski space

Is it legal for company to use my work email to pretend I still work there?

Adding span tags within wp_list_pages list items

What does "Puller Prush Person" mean?

can i play a electric guitar through a bass amp?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?



Setting environmental variable for kotlin


Setting $HOME in PowerShellHow do I add Python to the Windows PATH?Cannot set ILMerge path to consolePath variable broken Windows 7?Access/modify the user Path variable, not system PathWindows path and semicolon'C:/Perl64/bin/' is not recognized as an internal or external command, operable program or batch fileJava path variable. Nothing is fixing it at allHow to add variable to PATH system variable?Enable-WindowsOptionalFeature is not recognized in Windows 10






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I have kotlinc on my desktop with path:



C:UserstomDesktopkotlinc


Then in command line I check version of compiler:



C:UserstomDesktopkotlincbin>kotlinc -version


and this works (wanted to be sure about that).



I would like to modify PATH variable. I tried couple versions, but this is the current one:



I add new variable KOTLIN_HOME, I set its value to C:UserstomDesktopkotlinc, then I edit PATH. It is Windows 10 so I just add new line %KOTLIN_HOME%bin (I also tried just add to existing line). There is semicolon at the end of each line.



kotlinc -version used from C:Userstom doesn't work:




'kotlinc' is not recognized as an internal or external command,
operable program or batch file.




What to check first?



KOTLIN_HOME:



C:UserstomDesktopkotlinc


PATH:



%USERPROFILE%AppDataLocalMicrosoftWindowsApps;
%KOTLIN_HOME%bin;









share|improve this question





























    0















    I have kotlinc on my desktop with path:



    C:UserstomDesktopkotlinc


    Then in command line I check version of compiler:



    C:UserstomDesktopkotlincbin>kotlinc -version


    and this works (wanted to be sure about that).



    I would like to modify PATH variable. I tried couple versions, but this is the current one:



    I add new variable KOTLIN_HOME, I set its value to C:UserstomDesktopkotlinc, then I edit PATH. It is Windows 10 so I just add new line %KOTLIN_HOME%bin (I also tried just add to existing line). There is semicolon at the end of each line.



    kotlinc -version used from C:Userstom doesn't work:




    'kotlinc' is not recognized as an internal or external command,
    operable program or batch file.




    What to check first?



    KOTLIN_HOME:



    C:UserstomDesktopkotlinc


    PATH:



    %USERPROFILE%AppDataLocalMicrosoftWindowsApps;
    %KOTLIN_HOME%bin;









    share|improve this question

























      0












      0








      0








      I have kotlinc on my desktop with path:



      C:UserstomDesktopkotlinc


      Then in command line I check version of compiler:



      C:UserstomDesktopkotlincbin>kotlinc -version


      and this works (wanted to be sure about that).



      I would like to modify PATH variable. I tried couple versions, but this is the current one:



      I add new variable KOTLIN_HOME, I set its value to C:UserstomDesktopkotlinc, then I edit PATH. It is Windows 10 so I just add new line %KOTLIN_HOME%bin (I also tried just add to existing line). There is semicolon at the end of each line.



      kotlinc -version used from C:Userstom doesn't work:




      'kotlinc' is not recognized as an internal or external command,
      operable program or batch file.




      What to check first?



      KOTLIN_HOME:



      C:UserstomDesktopkotlinc


      PATH:



      %USERPROFILE%AppDataLocalMicrosoftWindowsApps;
      %KOTLIN_HOME%bin;









      share|improve this question














      I have kotlinc on my desktop with path:



      C:UserstomDesktopkotlinc


      Then in command line I check version of compiler:



      C:UserstomDesktopkotlincbin>kotlinc -version


      and this works (wanted to be sure about that).



      I would like to modify PATH variable. I tried couple versions, but this is the current one:



      I add new variable KOTLIN_HOME, I set its value to C:UserstomDesktopkotlinc, then I edit PATH. It is Windows 10 so I just add new line %KOTLIN_HOME%bin (I also tried just add to existing line). There is semicolon at the end of each line.



      kotlinc -version used from C:Userstom doesn't work:




      'kotlinc' is not recognized as an internal or external command,
      operable program or batch file.




      What to check first?



      KOTLIN_HOME:



      C:UserstomDesktopkotlinc


      PATH:



      %USERPROFILE%AppDataLocalMicrosoftWindowsApps;
      %KOTLIN_HOME%bin;






      windows environment-variables path






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      OrdinaryDraftOrdinaryDraft

      1107




      1107






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421867%2fsetting-environmental-variable-for-kotlin%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421867%2fsetting-environmental-variable-for-kotlin%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...