Hot Summer Deals are Here!
Celebrate with up to 90% off on 14,800 resources
04
Days
14
Hours
04
Mins
15
Secs

Program to edit java code

Status
This thread has been locked.

Nathan

Discord Bot Developer
Supreme
Feedback score
50
Posts
372
Reactions
329
Resources
2
I want a program preferably coded in c# but I'm not sure if that's possible so or coded in java. I want you to be able to choose a file then under on onEnable() I want it to add a few lines of code.

Price is negotiable add me on discord
!AmANoot#0123
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ally

gσ∂∂єѕѕ σƒ мαтнѕ αη∂ мєℓσηѕ χσ
Supreme
Feedback score
37
Posts
2,043
Reactions
2,194
Resources
0
If Java is even remotely close to C# (and structurally it is not; I don't care if you argue syntactically) then there's no easy way to do this. 'Compiled' is compiled for a reason; in C#, compiling means translating your code to IL and packaging it in an executable file and in Java it means compiling your files into Bytecode and doing a similar thing. You need an exceptionally good amount of knowledge to edit the bytecode directly.

There is literally 0 point to creating a tool for this because you didn't want to decompile and then edit the Java project normally.
 
Status
This thread has been locked.
Top