在eclipse安装程序中运行一个现有项目 [英] running an existing project in eclipse setup

查看:292
本文介绍了在eclipse安装程序中运行一个现有项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到了一个完整的工作项目的源代码,用于用java编写的应用程序。
设置我的win7机器我按照这些步骤:





我试过了并在导航窗格中获取文件和文件,从这里开始?

解决方案

您所安装的是JavaSE SDK加上很多其他东西用于常规Java开发。但是在你的屏幕截图中,我可以看到你的项目有一个黑莓和Android版本。要开发这些平台,您的Java SDK安装是不够的。您将需要在您的机器中设置BB和Android开发环境。您可能需要:



对于BlackBerry:




  • 黑莓Java SDK检查哪个版本是BB子项目为...制作)

  • 使用BlackBerry Java插件的Eclipse。曾经存在eclipse版本的BB插件已经安装可以在Blackberry的网站上下载。如果你没有,那就是你想要的。如果你已经有了一个日食,就可以抵制诱惑,只要添加BB插件就可以了。 BB插件几乎与您可能已经拥有的每个其他插件相混淆。此外,每个插件都是针对目标eclipse版本的,所以只需从BB下载捆绑的eclipse +插件,并开心:
    http://developer.blackberry.com/bbos/java/download/

  • 还有一些用于您的目标平台的模拟器。我认为eclipse插件随附一个已经安装。他们真的很慢,所以你可能需要一个真正的设备。



对于android:




  • Android SDK

  • 使用ADT插件的日食,如果项目是使用eclipse制作的,还是较新的Android Studio。这个eclipse插件比BB更好,所以你不需要像BB这样的专门的eclipse。

  • 模拟器是用SDK中包含的ADM工具制作的。



祝你好运!


I received a full working project's sourcecode for an app written in java. to set up my win7 machine I followed these steps:

http://www.javacodegeeks.com/2013/03/setup-your-java-development-environment-in-windows-7.html

i opened eclipse and need to work on this project, but have NO idea how to pull in the project with all its files so I can actually run it and test it.

I need to make changes to this project.

the folder is located in MyDocuments folder called Budget within Budget I have: .metadata dev (see screenshot of what is in this folder)

can some one help me setup everything? I have never done this, I am only familiar with XAMPP

i also looked at How to open an existing project in Eclipse?

i tried it and get files and filders in the navigation pane, how from here?

解决方案

What you have installed is JavaSE SDK plus a lot of other stuff for regular Java development. But in your screenshot I can see that your project has a Blackberry and Android versions. To develop in these platforms, your Java SDK install is not enough. You'll need to setup both BB and android development environments in your machine. You'll probably need:

For BlackBerry:

  • Blackberry Java SDK (check which version was the BB subproject made for)
  • Eclipse with BlackBerry Java plugin. There used to exist eclipse versions with the BB plugin already installed available for download in Blackberry's site. If you don't have one, this is the one you want. And if you already have an eclipse, resist the temptation to just add the BB plugin to it. The BB plugin messes up with almost every other plugin you might already have. Also each plugin was made to a target eclipse version, so just download the bundled eclipse+plugin from BB and be happy: http://developer.blackberry.com/bbos/java/download/
  • Also some simulators for your target platform. I think the eclipse plugin comes with one already installed. They are really slow though, so you might want a real device instead.

For android:

  • Android SDK
  • An eclipse with the ADT plugin, if the project was made with eclipse, or the newer Android Studio. This eclipse plugin is better made than BB's so you won't need a dedicated eclipse like in BB's case.
  • Simulators are made with the ADM tool included in the SDK.

Good luck!

这篇关于在eclipse安装程序中运行一个现有项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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