facebook

How to set javac parameters while compiling

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #209136 Reply

    skj15
    Member

    Please could someone tell me how to set the javac parameters while compiling a Lomboz J2ee project with eclipse

    i basically want to compile as follows
    javac -encoding sjis

    #209137 Reply

    Riyad Kalla
    Member

    … I think I’ll move this to Random Thoughts, since I can’t move it to Lomboz user forums 😀

    #243219 Reply

    birdfly
    Member

    I meet the same question ! I also need to pass the encoding parameter to javac. Anybody know how to do this?

    #246519 Reply

    Hewittch
    Member

    Hi,

    I am not an Eclipse doctor, and maybe I tell wrong, but I see this menu in Eclipse:

    Window => Preferences => Ant => Editor => Templates

    In this menu, there is a Javac template defined in this way:

    <javac srcdir=”${src}”
    destdir=”${dst}”
    classpath=”${jarfile}”
    debug=”${on}”
    />${cursor}

    I did not try but maybe you could add your flag in it?
    Hope this will work.
    ERO

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How to set javac parameters while compiling

You must be logged in to post in the forum log in