473,804 Members | 3,311 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java Decompiler

I am looking for a Java Decompiler... preferably free.

Any suggestions. Ease of use isn't a problem as long as it does a fair job.
Jul 17 '05
28 5147
GaryM wrote:
"Andrew Thompson":
Sort by relevance | *Sort* *by* *date*

RHS under second yellowish bar.

Where's my spoon? ;-)


The | means sort by date is not necessarily relevant, and indeed, it
isn't so.


'Sort by relevance' is for idiotic AOL
Mum's-n-Pop's, who do not know
what words to put in the search string...

If *you* do not know the search string for
*your* search, your question had best start
"What search words would be relevant to.."
and perhaps be addressed to.
http://groups.google.com/groups?grou...lang.java.help

It is becoming more apparent by the
moment that you should not be
cross-posting to two specialist Java
groups, rather than the one for beginners.

I repeat, *where* *is* *my* *spoon*?

--
Andrew Thompson
* http://www.PhySci.org/ Open-source software suite
* http://www.PhySci.org/codes/ Web & IT Help
* http://www.1point1C.org/ Science & Technology
Jul 17 '05 #21
In comp.lang.java. programmer gmcdanie <gm******@hotma il.com> wrote or quoted:
I am looking for a Java Decompiler... preferably free.


http://mindprod.com/jgloss/decompiler.html lists a few of them.
--
__________
|im |yler http://timtyler.org/ ti*@tt1lock.org Remove lock to reply.
Jul 17 '05 #22
"Andrew Thompson" <Se********@www .invalid> wrote in news:yMIXb.5898 1
$W*******@news-server.bigpond. net.au:
I repeat, *where* *is* *my* *spoon*?


*Under* *your* *nose*? Now stop being argumentative and admit your
wrong.
Jul 17 '05 #23
GaryM wrote:
"Andrew Thompson":
I repeat, *where* *is* *my* *spoon*?


*Under* *your* *nose*? Now stop being argumentative and admit your
wrong.


I'll stop ridiculing the whiners who
would write "But it can be old advice..",
when the supply of them runs out.

Learn how to use Google and stop
whining, that will be part of the solution.
Then start teaching others how to use it,
for extra points.

--
Andrew Thompson
* http://www.PhySci.org/ Open-source software suite
* http://www.PhySci.org/codes/ Web & IT Help
* http://www.1point1C.org/ Science & Technology
Jul 17 '05 #24

"gmcdanie" <gm******@hotma il.com> wrote in message
news:40******** **@news.nautico m.net...
My mistake that I did not ask the question correctly.
Sorry for any inconvenience.

I am new to news groups and hadn't done anything with the Google usenet.
You guys need to start being nicer...


No. We do not need to.
It is you who seeks help.
We have no business in being nice.
You do.
We are here to share knowledge,
not to be nice.

Open your web-browser.
Type: www.google.com
Wait until it's loaded.
Type 'netiquette' and click "Search".
Read some articles regarding Usenet.
Find out at least about top-posting
and cutting off irrelevant content when replying.

There was this site about asking correct questions on Usenet...
anyone has a link?

Adam
Jul 17 '05 #25
> > My mistake that I did not ask the question correctly. Sorry for any
inconvenience.
I am new to news groups and hadn't done anything with the Google
usenet. You guys need to start being nicer...
No. We do not need to.
It is you who seeks help.
We have no business in being nice.
You do.
We are here to share knowledge,
not to be nice.
Open your web-browser.
Type: www.google.com
There was this site about asking correct questions on Usenet...
anyone has a link?


Like this one, first result ***found via Google*** with terms "Ask Smart
Question"?
http://www.catb.org/~esr/faqs/smart-questions.html
Jul 17 '05 #26

"KC Wong" <st************ ********@killki llkill.com> wrote in message
news:c0******** *****@ID-200690.news.uni-berlin.de...
My mistake that I did not ask the question correctly. Sorry for
any
inconvenience. I am new to news groups and hadn't done anything with the Google
usenet. You guys need to start being nicer...
No. We do not need to.
It is you who seeks help.
We have no business in being nice.
You do.
We are here to share knowledge,
not to be nice.
Open your web-browser.
Type: www.google.com
There was this site about asking correct questions on Usenet...
anyone has a link?


Like this one, first result ***found via Google*** with terms "Ask

Smart Question"?
http://www.catb.org/~esr/faqs/smart-questions.html


Yep, these are very helpful.
I didn't use google to find it because it was *not* me
who was asking questions in this thread.
It was just a hint for the OP that 'asking smart
questions' can be googled out too.

Adam
Jul 17 '05 #27
Get Java Decompiler at
http://www.simtel.net/product.php?id...eID=simtel.net
"gmcdanie" <gm******@hotma il.com> wrote in message
news:2A******** ***********@nwr dny03.gnilink.n et...
I am looking for a Java Decompiler... preferably free.

Any suggestions. Ease of use isn't a problem as long as it does a fair job.

Jul 17 '05 #28
JR
Sorry you are getting such a hard time. I like JAD
http://kpdus.tripod.com/jad.html. Can be hard to get on this site, but you
could also look for other archives.
JR
"gmcdanie" <gm******@hotma il.com> wrote in message
news:2A******** ***********@nwr dny03.gnilink.n et...
I am looking for a Java Decompiler... preferably free.

Any suggestions. Ease of use isn't a problem as long as it does a fair job.

Jul 17 '05 #29

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3330
by: amit | last post by:
Can anybody tell me the tool that can generate source file from class file WITH java comments as were there in the original source file. In other words, is there any java decompiler which generates the source code along with the java comments. -amit
13
584
by: gregory_may | last post by:
Is there a more econimical way to stop people from decompiling my .Net product? I dont have $1900 to spend on the .Net Decompiler Protector. Anyone have any thoughts/experiences with these or simliar products? Is Microsoft working on a solution to this problem? ..Net Decompiler - $1100 http://www.remotesoft.com/salamander/
14
7330
by: Mick | last post by:
I wrote a C# program that interfaces with a data vendor over the web using an API they supplied and their examples in C#. Now I have another data vendor's API and example that I want to add to my C# program. But this new API is written in Java. They gave me an example source code that uses their API but the actual API looks like it is stored in a few .jar files. I unzipped those .jar files into many .class files. I think these .class...
192
9533
by: Vortex Soft | last post by:
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
34
3331
by: kpg | last post by:
Hello all, I have an asp.net web application with tons of Java script files. I would like to protect the Java Script somehow so it can't be seen by a remote user. I found several 3rd party solutions, but I thought I remember that there was a way to 'compile' java script and use that instead of the actual script?
3
2728
Nepomuk
by: Nepomuk | last post by:
Hi everyone! I was wondering, how many of you have used a Java Decompiler so far and what experiences did you make? I've used the DJ Java Decompiler 3.9 (which uses JAD) a bit lately and found it very useful. However it costs 20$ and I wasn't planning to spend any money on it (especially as I'm not planning to send any money internationally). I haven't tried JAD by it's self yet, can anyone share their experiences? The same goes for...
0
9708
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9588
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10589
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10327
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7625
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5663
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3828
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.