"BTW What do you mean decompiler? "

If you click the .class file in the project tree in Intelli J community
Edition.  The text editor opens up containing  with the source code  of the
.class file.



On Thu, 24 Dec 2020, 19:05 Laszlo Kishalmi, <[email protected]>
wrote:

> BTW What do you mean decompiler?
>
> If you would like to see the generated bytecode, NetBeans has a built-in
> one, though It can't be invoked directly, so double click on a class file
> could result:
>
> - Opening the corresponding source file
> - Opening a "decompiled" class with method, member declarations and
> bytecode
> - Nothing. This could be a bug, happens especially on modular java
> projects.
> On 12/24/20 9:22 AM, Alonso Del Arte wrote:
>
> I mostly use IntelliJ for Scala, and I've been getting curious about how
> Scala compiles to bytecode, so it's good to know IntelliJ has a
> "decompiler." Paths for class files in IntelliJ projects are a bit longer
> than in NetBeans projects. Nothing prohibitive, it's just annoying.
>
> How hard would it be to make this plugin? I'd take it up if I didn't
> already have too many in-progress projects.
>
> Al
>
> On Thu, Dec 24, 2020 at 2:36 AM Som Lima <[email protected]> wrote:
>
>> Community edition  Intelli J has a built in java decompiler.
>>
>>
>>
>> On Thu, 24 Dec 2020, 07:31 , <[email protected]> wrote:
>>
>>> Hi,
>>> yes it seems for NB 8.2.. is it strange that NB do no t have an
>>> integrated decompiler.. why?
>>>
>>> R.
>>>
>>>
>>> Da: Alonso Del Arte <[email protected]>
>>> Inviato: giovedì 24 dicembre 2020 02:16
>>> A: [email protected]
>>> Oggetto: Re: netbeans decompiler
>>>
>>> Google led me to the debug javac plugin plugins.<
>>> http://netbeans.org/plugin/50148/debugging-for-javac>, but that's for
>>> NetBeans 8.0. Plus it seems to do more than what you need it to do.
>>>
>>> Me, personally, I just go on the command line to
>>> build\classes\packagename and invoke javap -c.
>>>
>>> Al
>>>
>>> On Wed, Dec 23, 2020 at 3:49 AM <mailto:[email protected]> wrote:
>>> Hello, in some cases i need to decompile java class files .. is there a
>>> decompiler for NB (to integrate to) ?
>>>
>>> Roberto
>>>
>>>
>>>
>>> --
>>> Questa email è stata esaminata alla ricerca di virus da AVG.
>>> http://www.avg.com
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: mailto:[email protected]
>>> For additional commands, e-mail: mailto:[email protected]
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>> --
>>> Alonso del Arte
>>> Author at https://www.smashwords.com/profile/view/AlonsoDelarte
>>> Musician at http://www.reverbnation.com/alonsodelarte
>>> --
>>> Questo messaggio è stato analizzato con Libraesva ESG ed è risultato non
>>> infetto.
>>> This message has been checked by Libraesva ESG and is believed to be
>>> clean.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>
> --
> Alonso del Arte
> Author at SmashWords.com
> <https://www.smashwords.com/profile/view/AlonsoDelarte>
> Musician at ReverbNation.com <http://www.reverbnation.com/alonsodelarte>
>
>

Reply via email to