I'm having a problem (I finally got around to trying it for myself). Whenever I rename it to a ScratchApplet.zip it doesn't change the file type, and I can't extract it. Any help?
Offline
shadow_7283 wrote:
I'm having a problem (I finally got around to trying it for myself). Whenever I rename it to a ScratchApplet.zip it doesn't change the file type, and I can't extract it. Any help?
You have to enable showing file extensions.
Offline
Thanks! I'm trying it again now. For some reason, it didn't work when I changed it back to a .jar and it now crashes the web page each time I load it.
Offline
gershmer wrote:
shadow_7283 wrote:
I'm having a problem (I finally got around to trying it for myself). Whenever I rename it to a ScratchApplet.zip it doesn't change the file type, and I can't extract it. Any help?
You have to enable showing file extensions.
how? I was wondering.
Offline
midnightleopard wrote:
gershmer wrote:
shadow_7283 wrote:
I'm having a problem (I finally got around to trying it for myself). Whenever I rename it to a ScratchApplet.zip it doesn't change the file type, and I can't extract it. Any help?
You have to enable showing file extensions.
how? I was wondering.
What OS do you have?
Offline
Google "Java Decompiler". The first one on the list, JD-GUI, is superb.
Offline
shadow_7283 wrote:
midnightleopard wrote:
gershmer wrote:
You have to enable showing file extensions.how? I was wondering.
What OS do you have?
Seven
Offline
TheSuccessor wrote:
Google "Java Decompiler". The first one on the list, JD-GUI, is superb.
Yeah. I've got that one. How do you actually EDIT the .class files though? I need to for my modified applet.
Offline
midnightleopard wrote:
shadow_7283 wrote:
midnightleopard wrote:
how? I was wondering.What OS do you have?
Seven
Go to the control panel. If you haven't already, click "View by:" and select either large or small icons; it doesn't matter which. Look for "Folder Options". Click it, and then select the "View" tab. Look for the option that says "Hide extensions for known file types". Uncheck it, and try changing the ending of a file. It should work now!
Offline
.class files are the compiled code. You have to decompile the code to edit it. Decompiling is my problem. I cant find any decompilers where I can recompile it. I always get a ton of errors. Gershmer, what decompiler are you using? I don't care if its a trial.
Meow! The next Scratch My old sig: By the way my user-name is supposed to be "Yahoo!" =BOffline
yaahoo wrote:
.class files are the compiled code. You have to decompile the code to edit it. Decompiling is my problem. I cant find any decompilers where I can recompile it. I always get a ton of errors. Gershmer, what decompiler are you using? I don't care if its a trial.
What OS?
Offline
yaahoo wrote:
.class files are the compiled code. You have to decompile the code to edit it. Decompiling is my problem. I cant find any decompilers where I can recompile it. I always get a ton of errors. Gershmer, what decompiler are you using? I don't care if its a trial.
I use this http://java.decompiler.free.fr/?q=jdgui and http://www.oracle.com/technetwork/java/javase/downloads/index.html to edit and create class files.
My site Offline
what-the wrote:
I wrote:
.class files are the compiled code. You have to decompile the code to edit it. Decompiling is my problem. I cant find any decompilers where I can recompile it. I always get a ton of errors. Gershmer, what decompiler are you using? I don't care if its a trial.
I use this http://java.decompiler.free.fr/?q=jdgui and http://www.oracle.com/technetwork/java/javase/downloads/index.html to edit and create class files.
I used all the decompilers I could find, including that one. Not a single one of them made class files that I could recompile.
ScratchReallyROCKS wrote:
I wrote:
.class files are the compiled code. You have to decompile the code to edit it. Decompiling is my problem. I cant find any decompilers where I can recompile it. I always get a ton of errors. Gershmer, what decompiler are you using? I don't care if its a trial.
What OS?
Windows 7 home edition.
Last edited by yaahoo (2010-10-07 18:42:06)
Meow! The next Scratch My old sig: By the way my user-name is supposed to be "Yahoo!" =BOffline
I had that problem too. Apparently, it isn't the compiler or decompiler's fault. I'm trying to figure out a solution...
Offline
I am just editing the classes it decompiled right. Which are pretty limited.
Meow! The next Scratch My old sig: By the way my user-name is supposed to be "Yahoo!" =BOffline
It works for me. Now I can self-host my projects on http://NitezProductions.com/ as well as have custom images. Thanks for the tips Gershmer! You guys can look at any project on my site to see an example of what Gershmer is talking about.
Offline