Mac上的Eclipse键盘设置 [英] Keyboard setup for Eclipse on Mac

查看:174
本文介绍了Mac上的Eclipse键盘设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



然而,下载eclipse之后,能够写得非常简单程序,当我试图编写使用例如:

  Keyboard.in.readInteger(); 

因为键盘无法解析



我已经在实验室电脑上使用了这个功能,但是如何让它接受我的键盘输入?



谢谢
B

解决方案

从键盘读取输入的经典示例不涉及Keyboard类(例如键盘上的简单输入 Real's HowTo )。



所以你的code键盘类可能是一个自定义类,如这个 cs1.Keyboard 文件(至少不让你直接访问 InputStreamReader ;))。


I've finished my first course in java at college and want to practice on my own computer.

However, after downloading eclipse and being able to write very simple programs, I hit a snag when I tried to write programs which take user input using e.g:

Keyboard.in.readInteger();

Because "Keyboard cannot be resolved".

I have used this successfully on lab computers, but how do I get it to accept my keyboard inputs?

Thank you B

解决方案

The classic examples of reading input from the keyboard don't involve a Keyboard class (like the Simple input from the keyboard from the Real's HowTo).

So your "Keyboard" class is likely to be a custom one, as illustrated by this cs1.Keyboard file (which at least don't give you direct public access to the InputStreamReader ;) ).

这篇关于Mac上的Eclipse键盘设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆