forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

JuliaStudio@Ubuntu14.04.1 initialization failed #264

Closed ShinkaNao closed 7 years ago

ShinkaNao commented 7 years ago

I just built JuliaStudio at Ubuntu14.04.1 immediately . When I use the following command to start JuliaStudio,

①cd julia-studio-master/build/bin ②./julia-studio.sh

JuliaStudio's interface seems to be started, but the initialization failed. The details of the error are:

ERROR: LoadError: UndefVarError: require not defined in include_from_nodel(::String) at ./loading.jl:488 in process_options(::Base.JLOptions) at ./client.jl:265 in _start() at ./client.jl:321 while loading /home/shangzhenhua/julia-studio-master/build/julia-studio-linux-x86_64/share/julia-studio/Console/Console.jl, in expression starting on line 5

Console.jl the wrong line 5 is : require("../juliet/src/Juliet.jl")

How can I solve this mistake?

Thank you.

wglasshusain commented 7 years ago

Unfortunately, Forio no longer supports Julia Studio, although perhaps you may hear suggestions from others in the community.

A good alternative is Juno -- you can download it at http://junolab.org/ .

ShinkaNao commented 7 years ago

@wglasshusain Thank you for your answer!