Reloading scripts

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
bomjik
Posts: 3
Joined: Sat Aug 30, 2014 3:54 pm

Reloading scripts

Post by bomjik »

Hello.
In L2j you have the ability to replace some .java files, run reload scripts (for example), new .java files will recompile at live server without restart.
How's that process or ability called ? I want to read about it, but don't even know what to google. And anyone knows if there is the same thing in C# ?
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Reloading scripts

Post by Zoey76 »

The reload command takes the files and compiles it using ECJ (Eclipse Compiler for Java), you can do the same on C# with CodeDom.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
bomjik
Posts: 3
Joined: Sat Aug 30, 2014 3:54 pm

Re: Reloading scripts

Post by bomjik »

Thanks.
Post Reply