PDA

View Full Version : Java Script


nightfall
11-07-2006, 12:52 PM
does anyone here know how to read and compile java?

xnny3x
11-07-2006, 01:22 PM
well my girlfriend majors in that, and visual basics, are you having trouble with it or something?

cash7c3
11-07-2006, 01:38 PM
and some information can be found on motodev.com if that helps

nightfall
11-07-2006, 01:43 PM
well my girlfriend majors in that, and visual basics, are you having trouble with it or something?


could she help me compile something?

xnny3x
11-08-2006, 03:52 AM
sure she could, add here what ya need and she can write out a code for it, I will get her to help ya out, she is really good, she makes all kinds of websites and stuff

nightfall
11-08-2006, 12:48 PM
sure she could, add here what ya need and she can write out a code for it, I will get her to help ya out, she is really good, she makes all kinds of websites and stuff

no i have a file that needs to be recompiled i can do it but the intervals are wrong

living_sword
11-10-2006, 08:21 AM
post the file. we'll see wat we can do.

blackhacker
11-12-2006, 08:06 PM
To answer your post, there isn't a program out there in the world that compiles javascript. Why...because javascript needs 0 compilation. Don't confuse java and javascript, although similar they are two completely different languages. Javascript is "compiled" at runtime/load time by your browser. Java needs you to run a compiler to create workable code. If you need to compile java, look into getting an ide like intellijidea or if you're on linux, eclipse will do.

nightfall
11-12-2006, 11:12 PM
okay what i meant was a class file i needed decompiled and recompiled back but i already edited it using dj java decompiler and recompiled back so no worries