Java

Subscribe to Java 11 posts, 7 voices

Sign in to reply


 
avatar for uome uome 29 posts
Flag Post

I was wondering where I could get my hands on a free java scripting program. Anything that lets me do my own projects (Doesn’t have to be complex)

 
avatar for jonathanasdf jonathanasdf 1592 posts
Flag Post

java is not for scripting.

Anyways, I recommend Eclipse, or Netbeans. But if you just want a small one, where there’s not a ton of options to confuse you (and also lacks a lot of the functionalities of an IDE), use notepad, and cmd to compile (you just need to have jdk installed)

Still, I say, go with Eclipse.

 
avatar for uome uome 29 posts
Flag Post

Thanks a ton :)

 
avatar for UnknownGuardian UnknownGuardian 1703 posts
Flag Post

I use BlueJay, which has a interface(not the code king of course) but where you can see relations between classes). Its great and free. I used this for my Computer Science AP A class and it works great.

 
avatar for jonathanasdf jonathanasdf 1592 posts
Flag Post

Most IDEs allow you to see relations between classes… I personally prefer Eclipse because of the way it’s integrated javadocs into it, makes it much easier to use.

 
avatar for Kingfish34 Kingfish34 135 posts
Flag Post

Eclipse is better but Netbeans is supported by Sun (Now oracle).

If you want to do scripting and possibly scripting like AS3 there is something called Java FX which is a scripting language. It is vector based like AS3 but you would have to code everything and there are some issues with the media package. Java can be embeded in Java FX which is a huge pro though. If you are going to do Java FX then Netbeans is better, for everything else Eclipse is better. Eclipse does have a Java FX plugin but it is a pain in the ass where the Netbeans one is easy to work with.

 
avatar for DriveHacker DriveHacker 21 posts
Flag Post

Does it have to be Java? I recommend Microsoft Visual Basic 2008 Express Edition, but if your looking for something Advanced you should try out Micrsoft Visual C++ Express Edition.

 
avatar for Jabor Jabor 9714 posts
Flag Post

I don’t think it’s wise to offer suggestions if you’re not actually familiar with what’s being asked for and what you’re suggesting.

 
avatar for jonathanasdf jonathanasdf 1592 posts
Flag Post
Originally posted by DriveHacker:

Does it have to be Java? I recommend Microsoft Visual Basic 2008 Express Edition, but if your looking for something Advanced you should try out Micrsoft Visual C++ Express Edition.

Oh. My. God. the lag…
Either of those takes me over an hour to OPEN. OK, maybe that’s exagerrated a bit, but seriously, I hate Microsoft Visual xxxxxx programs.

 
avatar for Jabor Jabor 9714 posts
Flag Post

What’re your machine specs, jon? I think they might be a little out of date. Either that or you’ve got a bad configuration setting somewhere.

I personally use VS9 for C# development, and don’t have any problems with it.

 
avatar for roflcopterpwns roflcopterpwns 6 posts
Flag Post

i use netbeans

Sign in to reply


Click Here