thebadprogrammer.com thebadprogrammer.com

thebadprogrammer.com

The Bad Programmer - One line of bad code at a time

One line of bad code at a time. Find JDK version used to compile a class. I had a situation where I needed to know what version of the JDK was used to compile a jar file. I can’t remember the details about why I needed to know but for whatever reason I needed to know. There are two ways to find out, one is super-simple and the other is simple as well, it just requires a few more steps. First get a class file out of your jar file: jar xvf YourJarFile.jar path to class file in jar. 00 20 08 00 14 0a 00 06.

http://www.thebadprogrammer.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR THEBADPROGRAMMER.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 11 reviews
5 star
5
4 star
5
3 star
0
2 star
0
1 star
1

Hey there! Start your review of thebadprogrammer.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.7 seconds

CONTACTS AT THEBADPROGRAMMER.COM

None

Michael Parmeley

1324 ●●●●●nd St

Om●●ha , Ne, 68130

US

1.40●●●●2165
98●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@whois.gkg.net

View this contact

None

Michael Parmeley

1324 ●●●●●nd St

Om●●ha , Ne, 68130

US

1.40●●●●2165
98●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@whois.gkg.net

View this contact

None

Michael Parmeley

1324 ●●●●●nd St

Om●●ha , Ne, 68130

US

1.40●●●●2165
98●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@whois.gkg.net

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2012 March 27
UPDATED
2013 September 20
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 12

    YEARS

  • 1

    MONTHS

  • 12

    DAYS

NAME SERVERS

1
ns1.focaltap.com
2
ns2.focaltap.com

REGISTRAR

GKG.NET, INC.

GKG.NET, INC.

WHOIS : whois.gkg.net

REFERRED : http://www.gkg.net

CONTENT

SCORE

6.2

PAGE TITLE
The Bad Programmer - One line of bad code at a time | thebadprogrammer.com Reviews
<META>
DESCRIPTION
One line of bad code at a time. Find JDK version used to compile a class. I had a situation where I needed to know what version of the JDK was used to compile a jar file. I can’t remember the details about why I needed to know but for whatever reason I needed to know. There are two ways to find out, one is super-simple and the other is simple as well, it just requires a few more steps. First get a class file out of your jar file: jar xvf YourJarFile.jar path to class file in jar. 00 20 08 00 14 0a 00 06.
<META>
KEYWORDS
1 the bad programmer
2 misc notes
3 quick how to’s
4 swing layout managers
5 swing uimanager keys
6 categories
7 java
8 by badprogrammer
9 for example
10 decimal
CONTENT
Page content here
KEYWORDS ON
PAGE
the bad programmer,misc notes,quick how to’s,swing layout managers,swing uimanager keys,categories,java,by badprogrammer,for example,decimal,jdk version,java 5,java 6,java 7,java 8,tags class file,hex jdk values,leave comment,for that,tags httpclient,post
SERVER
Apache/2.2.15 (CentOS)
POWERED BY
PHP/5.3.3
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

The Bad Programmer - One line of bad code at a time | thebadprogrammer.com Reviews

https://thebadprogrammer.com

One line of bad code at a time. Find JDK version used to compile a class. I had a situation where I needed to know what version of the JDK was used to compile a jar file. I can’t remember the details about why I needed to know but for whatever reason I needed to know. There are two ways to find out, one is super-simple and the other is simple as well, it just requires a few more steps. First get a class file out of your jar file: jar xvf YourJarFile.jar path to class file in jar. 00 20 08 00 14 0a 00 06.

INTERNAL PAGES

thebadprogrammer.com thebadprogrammer.com
1

Quick How-To's

http://thebadprogrammer.com/quick-tos

Can I Use (HTML Browser Support). Decompile all Java classes in a directory. Jad -o -r -sjava -d. ./. JAD can be downloaded here: http:/ varaneckas.com/jad/. Remove HTML tags with sed. Sed -e ‘s/ * / g’ foo.html. Find PID of process listening on port on Mac OS. Mac OS’s version of netstat doesn’t support the -p option. So to find the PID of the process that is listening on a particular port you can use lsof. Replace 8080 with the port you are looking for. Sudo lsof -i TCP:8080.

2

Swing Layout Managers

http://thebadprogrammer.com/swing-layout-manager-sizing

Can I Use (HTML Browser Support). Sometimes to get things to size and layout correctly in Swing you need to know which of the sizing hint methods that each layout manager honors. Here is the table of information from the original blog post which can be found here. Partly (see BorderLayout extra notes). Sort of (see Card and GridLayout extra notes). X AXIS honors preferred width, Y AXIS honors preferred height. Sort of (see Card and GridLayout extra notes). Sequential Groups Yes, Parallel Groups No. Both ...

3

Swing UIManager Keys

http://thebadprogrammer.com/swing-uimanager-keys

Can I Use (HTML Browser Support). Here are a list of keys to pass to UIManager to get a setting from the look and feel.

4

Misc. Notes

http://thebadprogrammer.com/misc-notes

Can I Use (HTML Browser Support). J2EE web.xml Schema Defintions. Http:/ java.sun.com/xml/ns/j2ee". Http:/ www.w3.org/2001/XMLSchema-instance". Http:/ java.sun.com/xml/ns/j2ee http:/ java.sun.com/xml/ns/j2ee/web-app 2 4.xsd". Xmlns"http:/ java.sun.com/xml/ns/javaee". Http:/ www.w3.org/2001/XMLSchema-instance". Http:/ java.sun.com/xml/ns/javaee http:/ java.sun.com/xml/ns/javaee/web-app 2 5.xsd". Http:/ java.sun.com/xml/ns/javaee". Http:/ www.w3.org/2001/XMLSchema-instance".

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

4

OTHER SITES

thebadpoetsociety.blogspot.com thebadpoetsociety.blogspot.com

Poet Mouse

Thursday, 25 September 2014. Terrible music and awful. Is something more regrettable. The sound you would. Hear I child you not. From the whole crowd's. I need I need I need. The uproarious awful music. Furthermore awful nourishment smells. Are just a hindrance. Like earplugs to square. The musings of longing. That shout from individuals'. Heads in shopping centers. In a New Jersey shopping center. Amid the well known. Shopping center force blackout. Not able to shop. There could be listened. The mouse s...

thebadpresent.com thebadpresent.com

The Bad Present | Available Now on Amazon.com

Available Now on Amazon.com. What’s It About? The boy kicked himself. When his dad handed him the small wooden box on Christmas morning, the instructions were quite clear. “Open the box before you go to sleep tonight.” Couldn’t be easier. But how was the boy to know his dad actually meant it? The Bad Present is a touching, funny mystery story, chronicling a boy’s desperate quest to understand the box, his life, and the world around him. Savory, or un. Anything good or tolerable. As in the lamb-and-ol...

thebadpriest.deviantart.com thebadpriest.deviantart.com

thebadpriest (Edyn) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 11 Years. This deviant's full pageview. Last Visit: 470 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? Dans une gal...

thebadprince.com thebadprince.com

TheBadPrince

The Evolution of User Experience and its Role in “Winner Take All” Markets. As software continues to eat the world. Rdquo; and “Is the app frustrating or delightful to use? While these are important for sure, in my opinion, these should be some of the last questions to consider. An app, or any product, is merely a tool for. Rather, it’s the overall experience of an entity, all variables considered. This starts with having:. Most don’t even bother to ask this and jump to being dogmatic about the cur...

thebadprofessors.com thebadprofessors.com

Badd Professorz

June 12 in Tehran by The Bad Professors. June 12 election Tehran Green Revolution.

thebadprogrammer.com thebadprogrammer.com

The Bad Programmer - One line of bad code at a time

One line of bad code at a time. Find JDK version used to compile a class. I had a situation where I needed to know what version of the JDK was used to compile a jar file. I can’t remember the details about why I needed to know but for whatever reason I needed to know. There are two ways to find out, one is super-simple and the other is simple as well, it just requires a few more steps. First get a class file out of your jar file: jar xvf YourJarFile.jar path to class file in jar. 00 20 08 00 14 0a 00 06.

thebadproject.com thebadproject.com

thebadproject.com

thebadpsychic.com thebadpsychic.com

The Bad Psychic

You want the truth? But can you handle it? The Bad Psychic will set you free. Powered by InstantPage® from GoDaddy.com. Want one?

thebadpunkof69.skyrock.com thebadpunkof69.skyrock.com

Blog de thebadpunkof69 - TED the dark punk of 69 - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. TED the dark punk of 69. Bonjour a vous noble étranger,et bienvenue sur mon blog. Tu peut laissez des com,enfin bon tu fait comme tu veut moi je m en fou. Mise à jour :. Abonne-toi à mon blog! Coucou ttt le monde je me présente je m apel henri(ptdr)nan sérieusement je m apele Nicolas mé je prefere Ted(persone m apel com ca,ouin). Alor voila je sui un PUNK(enfin je pense,lol)mes groupes favori son:. É pui du rock é un ta d otre petit truc com dé choses comik:.

thebadpups.com thebadpups.com

Home Page

How It All Began. Book 1: How It All Began. Book 2: Club Life. By Chad H. Scott. Tiffany N. Baran. Follow The Bad Pups on Facebook and Twitter.

thebadpxl.com thebadpxl.com

The Bad Pixel Photography Services, Bangalore - India

Testimonial – Romanch Rajendran.