Is there any visual tool for writing Java classes in Bytecode for Eclipse or IntelliJ? -


i'm not asking opinion here - fact: there plugin, tool, or technique lets me write classes or @ least method bodies directly in bytecode in java in either eclipse or intellij, , it? i'm not looking runtime codegen, want @ compile time.

i found 1 here: https://plugins.jetbrains.com/plugin/8461-bytecode-editor there no download link , have no idea how build (i tried, did). it's want.

in .net use excellent il support plugin this, haven't found similar solution java.

there download link on page don't need download directly doesn't matter. intellij provides plugin installer in settings>plugins. @ botttom of plugins page button 'browse repositories'

enter image description here


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -