Magnie wrote:
We need to make our own Applet for "Meow" ( Marvellous Editor Of Wonder xD ) not use Scratch's. Gershmer, do you have MySql support?
Yes. It'll be a miracle if I can get it properly working though. (well, actually, not quite a miracle, but it'll take me a bit to figure out how to set it up)
Last edited by gershmer (2009-12-23 15:02:23)
Offline
Well, ill see if i can get the source code for the java applet, shall i? Or just not bother?
Offline
The .jar file (and its soundbank) are available here:
http://scratch.mit.edu/static/misc/ScratchApplet.jar
http://scratch.mit.edu/static/misc/soundbank.gm
IDK if you can get the source from a .jar or not.
Offline
erm, I think a .jar file is an archive, a jar, containing the class files necessary to run a java program.
It's like an executable, but it's really just an ensemble of class and other java files.
sooo, We can EXTRACT it.
using the jar command in the java command line, and decompile the class files.
If java has a decompiler.
Offline
What about view it in notepad++? im downloading it now.
Didn't work!
Last edited by markyparky56 (2009-12-24 17:46:16)
Offline
Okay, I've downloaded the .jar file and extracted it, now what am I supposed to do with all these .class files? I tried opening them in a text-editor, which was FAIL! What program am I supposed to open it in?
Offline
Magnie wrote:
Okay, I've downloaded the .jar file and extracted it, now what am I supposed to do with all these .class files? I tried opening them in a text-editor, which was FAIL! What program am I supposed to open it in?
http://classeditor.sourceforge.net/
Class Editor
Offline
I'll try it some other time.
Offline
Magnie wrote:
Okay, I've downloaded the .jar file and extracted it, now what am I supposed to do with all these .class files? I tried opening them in a text-editor, which was FAIL! What program am I supposed to open it in?
eclipse. (i think)
Last edited by hidas (2009-12-25 13:51:06)
Offline
magnie, do nothing to the .class files, those are java executables, not sure, but i think you can decompile them into java files.
for instance, you may use:
http://members.fortunecity.com/neshkov/dj.html
but I'm not gonna dwell on it cause it's christmas and I'm gonna spend more time doing fun stuff
Last edited by cds56 (2009-12-25 16:24:30)
Offline
how did you exctract the jar file!?
Offline
what on earth is the jdk?!
Offline
I just extracted it with the extract here command. I'm to lazy to extract from command line as my dad says.
Offline
i have no idea what your talking about... JRE?! just use the full name not the abreviations!
Offline
markyparky56 wrote:
what on earth is the jdk?!
Java Development Kid, like an SDK
Offline
Magnie, are we going to request this thread closed, or just get it renamed, since we are M30W now? (Well not 'til what would've been Emerald 0.4)
Offline
cds56 wrote:
is ASP any better than HTML?
cause it kinda looks similar.
A .aspx page is just an HTML page with extra features.
It can be programmed in these markups/languages: HTML, JavaScript, Visual Basic OR C#.
A nice example of ASP:
http://gershmer.net/asptests (my asp.net test website)
Offline
yep, that's why i asked, cause i checked your testpage.
I've got an idea for adding a more scratch-like structure to M30W.
scratches structure is like this:
When Flag clicked(beginning of code) say HI set x to 15 END ALL
so I propose we add a structure like, beginning and ending.
e.g.:
begin print hello world end
I can't decide between start and begin.
Offline
I suggested start and begin already, Magnie said no.
Offline