如何安装基于ARM /三星3系列JDK和IntelliJ IDEA的 [英] How to install JDK and Intellij IDEA on ARM/Samsung series 3

查看:2716
本文介绍了如何安装基于ARM /三星3系列JDK和IntelliJ IDEA的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我非常非常新的Linux。我也是新的杂交编码。目前,我正在学习Java,并购买了一台三星3系列的Chromebook执业code的唯一目的(最终移动到光滑3D)。

So I am very, very new to Linux. I am also new-ish to coding. I'm currently learning Java and purchased a Samsung series 3 Chromebook for the sole purpose of practicing code (eventually moving to slick 3d).

使用XFCE crouton,并使用新立得软件包管理器中已经得到了火狐,我刚装呜呼!

I have JUST installed XFCE using crouton and have gotten Firefox using the Synaptic Package Manager, woohoo!

我想看看我怎么/哪个版本的JDK需要为这个设备以及如何安装的IntelliJ IDEA。我试着搜索现在周围一小会儿,感觉有点不知所措的所有信息对此,不仅是新的操作系统,但新的架构(ARM)。

I would like to find out how/which JDK I need for this device and how to install Intellij IDEA. I've tried searching around for a little while now and feel a bit overwhelmed with all the information regarding this, not only new OS, but new architecture (ARM).

基本上我的主要目标是能够得到适当的JDK和Java IDE启动和运行。我已阅读,IntelliJ IDEA的不一定是产品尚未推出针对ARM处理器中使用Eclipse的情况下也能发挥同样很好。

Basically my main goals are to be able to get the proper JDK and a Java IDE up and running. I have read that Intellij IDEA may or may not be available yet for the ARM processors in which case using Eclipse would be just as fine.

推荐答案

一个有点晚了,但只是这个做我自己。真的很简单:进入 https://www.jetbrains.com/idea/download 为最新版本的想法。虽然它的下载转到终端输入

A bit late but just did this myself. Very simple really: Go to https://www.jetbrains.com/idea/download for the latest version of idea. While it's downloading go to the terminal and type

sudo apt-get update && sudo apt-get install openjdk-7-jdk

在理念下载并安装OpenJDK的,提取的地方的想法文件。

Once Idea is downloaded and openjdk installed, extract the idea file somewhere.

mv ~/Downloads/idea-IU*.tar.gz ~
cd ~
tar xvf idea-IU*.tar.gz

要启动的想法,然后只要进入解压目录,并在bin目录中运行idea.sh

To launch idea then just go to the extracted directory and run the idea.sh in the bin directory

cd idea-IU*/bin
./idea.sh

应该很好地启动

更新:

说它启动好听是不是骗人的。它只是不长的熬夜。想看看怎么回事错了。将调查结果进行更新。

Saying it starts up nicely was not a lie. It just doesn't stay up long. Trying to see whats going wrong. Will update with findings.

好了,你还需要做到以下几点,开放idea.sh并添加-jamvm到的用于运行的IntelliJ参数列表,所以改变这一行:

OK, so you'll also need to do the following, open idea.sh and add -jamvm to the list of arguments used to run intellij,so change this line:

IDE_JVM_ARGS=""

要这样:

IDE_JVM_ARGS="-jamvm"

此外,你需要安装命令和apt-get安装铛),并复制和运行(庆典<脚本名称> .SH /路径/要/主意/斌),这家伙的shell脚本:的 https://gist.github.com/pcarrier/7560053#file-fsnotifierto-sh

ALSO, you'll need to install clang ( sudo apt-get install clang ) and copy and run ( bash <scriptname>.sh /path/to/idea/bin ) this guy's shell script : https://gist.github.com/pcarrier/7560053#file-fsnotifierto-sh

这篇关于如何安装基于ARM /三星3系列JDK和IntelliJ IDEA的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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