我已经在 Eclipse 4.2 和 Kubuntu 12.04 64 位上安装了 ABAP 开发工具,一切都很顺利。
当我尝试创建一个新的 ABAP 项目并在 SAP GUI 上搜索配置的 SAP 连接时(我有 Java 7.30 rev 3 的 SAP GUI)Eclipse 显示以下错误:
“在设置文件'/home/dfabbri/.SAPGUI/settings'中找不到配置,包含'null'和消息服务器'null'”
我验证了文件“/home/dfabbri/.SAPGUI/settings”存在且不为空;这是内容:
############################################################
#
# file : /home/dfabbri/.SAPGUI/settings
# created : 08.05.2012 12:42:08 CEST
# encoding: UTF-8
#
############################################################
@logonFrameY = "83"
@logonFrameX = "137"
@GLF_showDetailCol = "1"
@GLF_ColumnState = "0 / 75"
@logonFrame_2_X = "970"
@logonFrame_2_Y = "241"
@frameWidth = "778"
@frameHeight = "900"
@logonFrame_2_Width = "348"
@logonFrame_2_Height = "451"
@lookAndFeelDefault = "Tradeshow"
@propFont = "Roboto Cn"
@fixedFont = "Ubuntu Mono"
@labelFont = "Roboto"
@genFont = "Roboto Cn"
@forceLongWindowTitle = "true"
@showListboxKeyAlways = "true"
@listboxSortByKey = "true"
@overwrite = "false"
有人对这个问题有什么建议吗?
我在 Windows 虚拟机上进行了尝试,一切正常。