#compile java program from source

25 messages · Page 1 of 1 (latest)

midnight oyster
#

which file

#

file name

#

did the dev compile it before

#

you have to specify main file name eg
java main.java

#

you need to download a lib called apache

#

compile to bytecode but cannot bytecode to exe?

#

javac makes a class file

#

java compiles class to binary or does both

#

not much

#

they does not contain the runtime

#

that's all ik ig

#

so you manged to run it?

#

so problem solved?

#

hmm

#

Can you compile to exe

#

then checkout again

#

bytecode shouldn't give errors except for dynamic stuff

#

check the jar file

#

check if apache is there

#

org

#

probably yes

#

combain the jar files ig

#

however It should be possible to do this automatically by using gradlew ig

#

I forgot about java

bold stump
#

Gradle is not that bad 😄 Do you mind sharing the project and the exact commands you tried after cloning it? I might be able to help