Aion Lightning - ANT Build 32 bits to 64

Results 1 to 5 of 5
  1. #1
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Aion Lightning - ANT Build 32 bits to 64

    Hello guys!
    I'm improving some features using Aion lightning from this repository:

    https://github.com/G-Robson26/aion-lightning-2.7

    I downloaded, Robson help me to configurate and It's all ok (thanks god), but when I will compiles my jar file using ant, my new file is created in architecture 32 bits, but how I use in my host Windows 64 bits, I have a issue in memory!

    Because using JVM 32 bits in Windows 64 bits, have a limit 1536mb destinated for JVM... So sometimes my use of memory in my host stay near the limit, then sometimes cause a "lag"/"freeze"...

    Image about consume RAM: https://ibb.co/3p7mL1Z
    So... how can I change the project to build in architecture 64 bits?I tried a lot of things, but nothing solved...

    Some links:
    https://stackoverflow.com/questions/...64bit-with-ant (I tried, doesn't work)
    Last edited by puzzleaion; 14-07-20 at 08:59 AM.


  2. #2
    Account Upgraded | Title Enabled! Voidstar is online now
    MemberRank
    May 2020 Join Date
    GermanyLocation
    189Posts

    Re: Aion Lightning - ANT Build 32 bits to 64

    And why did you run a 32bit JVM in a x64 host?

    You should use Java Platform 1.6.0.14 (x64) for AL 2.7
    http://www.oldversion.com.de/windows/java-platform/

    Last edited by Voidstar; 14-07-20 at 09:56 AM.

  3. #3
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Aion Lightning - ANT Build 32 bits to 64

    Quote Originally Posted by Voidstar View Post
    Because my host is a instance in AWS, and AWS it's only in 64 bits xD. Then I want to change architecture to 64 bits of my jar file.
    My java version installed it's all right is 64 bits, when I type java -version in CMD, i receive this message:

    java version "1.6.0_45"Java(TM) SE Runtime Environment (build 1.6.0_45-b06)Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

    But... when compiles, My jar file is in 32 bits :@
    Last edited by puzzleaion; 14-07-20 at 05:28 PM.

  4. #4
    Account Upgraded | Title Enabled! Voidstar is online now
    MemberRank
    May 2020 Join Date
    GermanyLocation
    189Posts

    Re: Aion Lightning - ANT Build 32 bits to 64


  5. #5
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Aion Lightning - ANT Build 32 bits to 64

    Thanks! We solved this problem :)



Advertisement