fatea
V2EX  ›  问与答

Sublime Text 3 在 Mac 下无法使用 Scanner(java)怎么办?

  •  
  •   fatea · Oct 30, 2014 · 3498 views
    This topic created in 4222 days ago, the information mentioned may be changed or developed.
    这个帖子给出了windows下的解决方案: http://stackoverflow.com/questions/23772636/sublimetext3-doesnt-recognize-scanner-class

    但是mac下的build配置写法好像不太一样。。。把帖子里的配置复制过来识别不出command
    这是我原来的JavaC.sublime-build,来完成Command+b编译加运行
    {
    "cmd": ["javac \"$file\" && java \"$file_base_name\""],
    "shell":true,
    "file_regex": "^(...*?):([0-9]*):?([0-9]*)",
    "selector": "source.java"
    }
    请问我该怎么配置才能使用Scanner呢?
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   929 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 20:00 · PVG 04:00 · LAX 13:00 · JFK 16:00
    ♥ Do have faith in what you're doing.