Ubuntu install IntelliJIDEA (running environment of Spark) -


ubuntu install intellijidea @ command line. problem is: startup error:unable detect graphics environment.

you need setup java_home.

via terminal, set java_home install java: in case below yours different

export java_home=/library/java/javavirtualmachines/jdk1.8.0_60.jdk/contents/home 

and set path addition provided java_home:

export path=$java_home/bin:$path  

if not case mentioned in comments because no display var set correctly...

nothing graphics card.

just correct display settings

the display setting may missing because you're perhaps trying execute root instead of normal userid


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -