创建黑莓项目时出错
我正在尝试使用 Jre 作为 BlackBerry 5.0.0 在 eclipse 中创建一个新的 BlackBerry 项目。 创建项目时,出现以下错误:
InvalidRegex: Pattern value '([a-zA-Z_]{1,63}[\s-a-zA-Z_0-9.]{0,63}[;]?)*' is not a valid regular expression. The reported error was: ''-' is an invalid character range. Write '\-'.' at column '{2}'.
但我在指定的 xml 文件中找不到任何特殊字符,例如“-”。
当我在 eclipse 中安装黑莓插件时,它第一次工作。之后,当我尝试创建一个新的黑莓项目时,出现此错误。
任何人都可以告诉一个确切的解决方案吗?
I am trying to create a new BlackBerry project in eclipse using Jre as BlackBerry 5.0.0.
While creating the project, am getting the following error :
InvalidRegex: Pattern value '([a-zA-Z_]{1,63}[\s-a-zA-Z_0-9.]{0,63}[;]?)*' is not a valid regular expression. The reported error was: ''-' is an invalid character range. Write '\-'.' at column '{2}'.
But i can't find any special character like '-' this in the specified xml file.
It was working at the first time when i had installed the blackberry plugin in eclipse..after that this error is getting when am trying to create a new Blackberry project ..
Can anyone tell an exact solution.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好确保没有给出空格。
Better make sure that there are no spaces given.