Agility, Java programming, New technologies and more…
  • rss
  • Home
  • Management
  • Agile Programming
  • Technology
  • Linux
  • Event
  • Android app
  • Contact
  • About the author
  • English
  • Francais

Java bytecode decompiler

Fabian Piau | Saturday November 15th, 2014 - 11:41 AM
  • Click to print (Opens in new window) Print
  • Click to share on X (Opens in new window) X
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pocket (Opens in new window) Pocket

 Version française disponible

Sometimes, it can be useful to read the Java bytecode, i.e. have a readable version of the class files generated during the compilation.

For example, you want to check if a class file in a jar contains a specific line of code or not. Who said this could never happen? Unfortunately, unless you are “the One”, it will be difficult to read such a file.

Java Decompiler (JD) is a small utility to be able to decode these files, in fact it reverses the process by decompiling the bytecode.

After decompiling, you will not see any comments, they have been voluntarily removed by the Java compiler for obvious optimization reasons.

JD standalone

JD standalone

JD is available as standalone application for most operating systems (Windows, Linux, Mac) or as a plugin for Eclipse or IntelliJ. With the plugin, the decompiler is automatically invoked when you open a class file from the IDE, very convenient!

Note that since version 14, IntelliJ includes a build-in decompiler, so there is no need to install any plugin.

Related posts

java-9QCon London 2016 – Project Jigsaw in JDK 9 – Modularity comes to Java WordPress qTranslateMake your WordPress site multilingual with qTranslate Java EE vs SpringJava EE & CDI vs. Spring Java 11A Java 11 migration successful story
Comments
No Comments »
Categories
Agile programming
Tags
decompiler, java
Comments rss Comments rss

A bit of etymology on Java and its Beans

Fabian Piau | Monday October 14th, 2013 - 07:20 PM
  • Click to print (Opens in new window) Print
  • Click to share on X (Opens in new window) X
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pocket (Opens in new window) Pocket

 Version française disponible

This afternoon at the cafetaria, I don’t know exactly how we got there, but a colleague started to explain the origin of the name Java. I don’t know if I am the only one, but I never wonder why it is called like that (gulp, it was high time), so it was my kind of of breaking news today…


Java

You are probably familiar with the famous steaming cup of coffee, the logo of Java.

Java logo

In fact, “java” is the american slang for “coffee”. I am french so I did not know.


Why did you choose this name for a programming language?

In 1996, Kim Polese (Product Manager) answered:

“I spent a lot of time and energy on naming Java because I wanted to get precisely the right name. I wanted something that reflected the essence of the technology: dynamic, revolutionary, lively, fun. Because this programming language was so unique, I was determined to avoid nerdy names. I also didn’t want anything with ‘Net’ or ‘Web’ in it, because I find those names very forgettable. I wanted something that was cool, unique, and easy to spell and fun to say.”


And Beans?

A Bean is a reusable class that usually represents a business object. Therefore they are used very often when programming in Java

When associated with coffee, a bean becomes a JavaBean!

Coffee Beans

Coffee beans are essential to make coffee. Beans and therefore the base classes are also essential to create an application.

Voila! But, do not try to reuse your coffee beans, you will be a little bit disappointed with your coffee…

Related posts

code sample decompilerJava bytecode decompiler java-9QCon London 2016 – Project Jigsaw in JDK 9 – Modularity comes to Java Les Cast CodeursLes Cast Codeurs, a french Java Podcast Java 11A Java 11 migration successful story
Comments
No Comments »
Categories
Technology
Tags
bean, coffee, java
Comments rss Comments rss
Page 2 of 512345
Download CarmaBlog App

RSS feeds

  • RSS feed RSS - Posts
  • RSS feed RSS - Comments

Most viewed posts

  • Changing the language in Firefox - 116,388 views
  • Using Google Forms / Drive / Docs to create an online survey - 64,430 views
  • FAQ – Online survey with Google Forms / Drive / Docs - 56,320 views
  • Customizing Gnome 3 (Shell) - 30,829 views
  • The meaning of URL, URI, URN - 18,423 views
  • Java EE & CDI vs. Spring - 15,989 views
  • Open Street Map, better map than Google Maps? - 15,836 views
  • Comparing NoSQL: Couchbase & MongoDB - 14,706 views
  • API, REST, JSON, XML, HTTP, URI… What language do you speak? - 13,747 views
  • First steps with Apache Camel - 13,626 views

Recent Comments

  • Fabian Piau on FAQ – Online survey with Google Forms / Drive / DocsOui, dans Google Forms, vous pouvez empêcher les p…
  • BENECH Fabien on FAQ – Online survey with Google Forms / Drive / DocsBonjour, J'ai crée 1 questionnaire via Forms,…
  • SANKARA TIDIANE on Free online MongoDB trainingJ'aimerai suivre
  • Pauline on FAQ – Online survey with Google Forms / Drive / DocsMerci Fabian, mais le but étant que nos clients pu…
  • Fabian Piau on FAQ – Online survey with Google Forms / Drive / DocsProbablement mais ces options sont en général paya…

Recent posts

  • How to write a blog post? At least my way! - 2 years and 6 months ago
  • Bot Attacks: You are not alone… - 4 years and 1 month ago
  • Flagger – Monitor your Canary deployments with Grafana - 4 years and 11 months ago
  • Flagger – Canary deployments on Kubernetes - 5 years and 3 weeks ago
  • Flagger – Get Started with Istio and Kubernetes - 5 years and 1 month ago
  • Expedia CoderDojo in London - 5 years and 10 months ago
  • Volunteering at Devoxx4Kids - 6 years and 1 month ago
  • A Java 11 migration successful story - 6 years and 5 months ago
  • Tips to make your WordPress website secure - 6 years and 8 months ago
  • Devoxx UK 2018 – Day 2 - 7 years and 1 week ago
  • Devoxx UK 2018 – Day 1 - 7 years and 3 weeks ago
  • Wise, Revolut and Monzo, a small revolution for travelers and expats - 7 years and 4 months ago
  • Autocomplete for Git - 8 years and 3 weeks ago
  • Swagger, the automated API documentation - 8 years and 3 months ago
  • Microservices architecture – Best practices - 8 years and 8 months ago
Buy me a coffee

Language

  • Français
  • English

Follow me!

Follow me on Linkedin
Follow me on Twitter
Follow me on Stackoverflow
Follow me on Github
Follow me on Rss
Link to my Contact

Email subscription

Enter your email address to receive notifications of new posts.

Tags

.net agile agility android bash best practices blog cache cloud computing conference continuous integration css developer devoxx docker eclipse extreme programming firefox flagger google helm hibernate istio java job jug kubernetes london mobile computing overview performance plugin programmer script security sharing society spring tdd test tool ubuntu windows wordpress

Links

  • Blog Ippon Technologies
  • Blog Publicis Sapient
  • Blog Zenika
  • Classpert
  • CommitStrip
  • Coursera
  • Le Touilleur Express
  • Les Cast Codeurs Podcast
  • OCTO talks !
  • The Twelve-Factor App

Categories

  • Event (15)
  • Linux (3)
  • Management (8)
  • Agile programming (29)
  • Technology (45)

Archives

  • December 2022 (1)
  • April 2021 (1)
  • June 2020 (1)
  • May 2020 (2)
  • July 2019 (1)
  • May 2019 (1)
  • December 2018 (1)
  • October 2018 (1)
  • June 2018 (1)
  • May 2018 (1)
  • January 2018 (1)
  • May 2017 (1)
  • March 2017 (1)
  • October 2016 (1)
  • April 2016 (2)
  • March 2016 (1)
  • November 2015 (1)
  • May 2015 (1)
  • February 2015 (1)
  • December 2014 (1)
  • November 2014 (1)
  • September 2014 (2)
  • August 2014 (1)
  • July 2014 (2)
  • June 2014 (1)
  • April 2014 (1)
  • March 2014 (1)
  • February 2014 (2)
  • January 2014 (1)
  • December 2013 (1)
  • November 2013 (1)
  • October 2013 (3)
  • September 2013 (5)
  • July 2013 (1)
  • June 2013 (1)
  • May 2013 (1)
  • April 2013 (1)
  • March 2013 (2)
  • February 2013 (1)
  • January 2013 (2)
  • December 2012 (2)
  • October 2012 (1)
  • September 2012 (1)
  • July 2012 (1)
  • May 2012 (1)
  • April 2012 (1)
  • March 2012 (1)
  • February 2012 (1)
  • January 2012 (2)
  • December 2011 (1)
  • November 2011 (2)
  • October 2011 (2)
  • September 2011 (1)
  • July 2011 (1)
  • June 2011 (2)
  • April 2011 (1)
  • March 2011 (1)
  • February 2011 (1)
  • January 2011 (2)
  • November 2010 (2)
  • September 2010 (1)
  • August 2010 (1)
  • July 2010 (1)
  • June 2010 (1)
  • May 2010 (1)
  • April 2010 (1)
  • March 2010 (1)
  • February 2010 (1)
  • December 2009 (1)
  • November 2009 (1)
  • October 2009 (2)
  • September 2009 (2)
  • August 2009 (3)
  • July 2009 (1)
  • June 2009 (2)
Follow me on Twitter
Follow me on Linkedin
Follow me on Stackoverflow
Follow me on Rss
Link to my Contact
Follow me on Github
 
Fabian Piau | © 2009 - 2025
All Rights Reserved | Top ↑