This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-02-02 16:09:41

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

I'm going to make class files but

do you know of any free java class file maker/editor I could use?


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#2 2012-02-02 16:10:49

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I'm going to make class files but

And yes, I searched in google at LEAST 5 times.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#3 2012-02-02 16:18:48

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: I'm going to make class files but

You probably want to be searching for Java Compiler. Ubuntu/Unix computers come with javac (so the command would be: javac my_java_application.java).

Offline

 

#4 2012-02-02 16:24:12

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: I'm going to make class files but

You mean an IDE? try NetBeans or Eclipse.

Offline

 

#5 2012-02-02 17:12:41

poopo
Scratcher
Registered: 2009-09-20
Posts: 1000+

Re: I'm going to make class files but

Netbeans.


http://i45.tinypic.com/28rnqki.jpg

Offline

 

#6 2012-02-02 20:26:14

wmays
Scratcher
Registered: 2008-05-10
Posts: 500+

Re: I'm going to make class files but

Eclipse. It is very good, because it has all sorts of highlighting.


http://i42.tinypic.com/2z5vcz9.gif
http://phpscripthost.comoj.com/imagescripts/ipimg.php

Offline

 

#7 2012-02-07 08:47:25

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: I'm going to make class files but

He's talking about a CLASS editor. So, not NetBeans.
Mathwizz told me one....can't remember it now.

Offline

 

#8 2012-02-07 10:34:47

Freakish
Scratcher
Registered: 2011-10-25
Posts: 1000+

Re: I'm going to make class files but

Eclipse?


http://i.imgur.com/y3RBV.jpg

Offline

 

#9 2012-02-07 11:27:53

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: I'm going to make class files but

Go to the Java Official Topic  tongue
You can't edit .class files, those are compiled. Safe your code as a .java file, navigate to the directory, and type javac (name if file).java


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

#10 2012-02-07 11:29:19

poopo
Scratcher
Registered: 2009-09-20
Posts: 1000+

Re: I'm going to make class files but

If you mean an editor to directly edit classes then I doubt there is one and if there is then it probably wouldn't be legal.


http://i45.tinypic.com/28rnqki.jpg

Offline

 

#11 2012-02-07 11:31:16

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I'm going to make class files but

How do you mod minecraft then?


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#12 2012-02-07 11:34:08

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: I'm going to make class files but

WindowsExplorer wrote:

How do you mod minecraft then?

Minecraft Coder Pack decompiles them. The javap function, I believe. Mods also need to use completely different .class files, or else they would corrupt the .jar.


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

Board footer