Compile

Any questions? Need some help?
Post Reply
darkvinill
Posts: 15
Joined: 23 Feb 2018, 23:35

Compile

Post by darkvinill »

Hi, how do you guys compiler filebot (linux)?
I tried to run "and" but I'm getting the following error:

Code: Select all

Buildfile: /root/Desktop/tests/filebot/build.xml

init:

revision:
     [echo] Revision: 5350

build:
    [javac] Compiling 395 source files to /root/Desktop/tests/filebot/build
    [javac] javac: invalid target release: 10
    [javac] Usage: javac <options> <source files>
    [javac] use -help for a list of possible options

BUILD FAILED
/root/Desktop/tests/filebot/build.xml:790: Compile failed; see the compiler error output for details.
thanatos216
Posts: 6
Joined: 26 Mar 2018, 15:57

Re: Compile

Post by thanatos216 »

/root/Desktop/tests/filebot/build.xml:790 this is your hint. It failed on 790. You need to have the ivy files it expects them in lib/ivy

I don't have exact instructions but that is a start.


-Than
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Compile

Post by kim »

do you have Java 10 (JDK) installed ?

Code: Select all

[javac] javac: invalid target release: 10
darkvinill
Posts: 15
Joined: 23 Feb 2018, 23:35

Re: Compile

Post by darkvinill »

kim wrote: 29 Mar 2018, 16:29 do you have Java 10 (JDK) installed ?

Code: Select all

[javac] javac: invalid target release: 10
java version "9.0.4"
darkvinill
Posts: 15
Joined: 23 Feb 2018, 23:35

Re: Compile

Post by darkvinill »

thanatos216 wrote: 28 Mar 2018, 11:10 /root/Desktop/tests/filebot/build.xml:790 this is your hint. It failed on 790. You need to have the ivy files it expects them in lib/ivy

I don't have exact instructions but that is a start.


-Than
I do have the ivy files
Post Reply