Eclipse

    
  1. Atsijungęs

    InTheEnd

    Pranešimai: 0

    Sveiki,viskas gerai buildinasi,bet kai ikeliu KODAS ir iškart meta error bandant buildinti. Kame bėda?


    
    [javac]   (use of '_' as an identifier might not be supported in releases after Java SE 8)
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\custom\DonateAudit.java:49: error: cannot find symbol
        [javac]             save.write(Util.formatDate(new Date(), "dd/MM/yyyy H:mm:ss") + ">" + activeChar + ">" + action + ">" + target + ">" + params + "\r\n");
        [javac] 
    
    
    
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2DonateShopInstance.java:894: error: incompatible types: int cannot be converted to String
        [javac]                     html.replace("%level%", rhand.getAugmentation().getSkill().getLevel());
        [javac]
    
    



    
    	<javac destdir="${build.classes}" includeantruntime="false" optimize="on" debug="on" source="1.7" target="1.7" encoding="utf-8" nowarn="off">
    			



    išimi koda viskas veikia.
    Paskutinį kartą redagavo: InTheEnd 28 Rugsėjo 2016 - 20:42
    28 Rugsėjo 2016 - 20:42 / #1
  2. 
  3. Atsijungęs

    wewewe

    Pavadinimas: L2 žaidėjas

    Narys

    Pranešimai: 727

    Vartotojo apdovanojimai: 16

    sitaip pakeitus neina?
    source="1.8" target="1.8"

    aisku ir jdk 8 reikia turet
    Paskutinį kartą redagavo: wewewe 28 Rugsėjo 2016 - 21:18
    28 Rugsėjo 2016 - 21:18 / #2
  4. 
  5. Atsijungęs

    InTheEnd

    Pranešimai: 0

    tai čia ir yra ane 8? jdk1.8.0_101 JEi taip tai nepadeda
    Paskutinį kartą redagavo: InTheEnd 28 Rugsėjo 2016 - 21:26
    28 Rugsėjo 2016 - 21:22 / #3
  6. 
  7. Atsijungęs

    InTheEnd

    Pranešimai: 0

    Čia blogai su šitom eilutėm,kas kažkaip reik pataisyt:

    [b][javac]                 LOGGER.error("Error: could not update database: ", e);[/b]
        [javac]                 ^
        [javac]   symbol:   variable LOGGER
        [javac]   location: class L2DonateShopInstance


      [b][javac]                     html.replace("%level%", rhand.getAugmentation().getSkill().getLevel());[/b]
        [javac]                                                                                        ^
        [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
        
    28 Rugsėjo 2016 - 22:16 / #4
  8. 
  9. Atsijungęs

    povis111

    Pranešimai: 0

    html.replace("%level%", ""+rhand.getAugmentation().getSkill().getLevel());
    28 Rugsėjo 2016 - 23:18 / #5
  10. 
  11. Atsijungęs

    InTheEnd

    Pranešimai: 0

    O su tuo LOGGER kaip?
    29 Rugsėjo 2016 - 08:33 / #6
  12. 
  13. Atsijungęs

    InTheEnd

    Pranešimai: 0

    O kaip dabar su šituo
    
    [javac]   LOGGER.error("Error: could not update database: ", e);
        [javac]                 ^
        [javac]   symbol:   variable LOGGER
        [javac]   location: class L2DonateShopInstance


    ir dar:

        [javac]             save.write(Util.formatDate(new Date(), "dd/MM/yyyy H:mm:ss") + ">" + activeChar + ">" + action + ">" + target + ">" + params + "\r\n");
        [javac]                            ^
        [javac]   symbol:   method formatDate(Date,String)
        [javac]   location: class Util
    29 Rugsėjo 2016 - 19:57 / #7
  14. 
  15. Atsijungęs

    InTheEnd

    Pranešimai: 0

    Keliu i virsu
    2 Spalio 2016 - 00:49 / #8