fatea
V2EX  ›  问与答

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

  •  
  •   fatea · Oct 30, 2014 · 3514 views
    This topic created in 4244 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   ·   2626 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 04:54 · PVG 12:54 · LAX 21:54 · JFK 00:54
    ♥ Do have faith in what you're doing.