View Single Post
  #6 (permalink)  
Old 12-01-2008, 11:06 PM
many's Avatar
many many is offline
Member
 
Join Date: Nov 2008
Posts: 2
Rep Power: 0
many is on a distinguished road
Default
look let me tell you what i have learned so far... you can use com.sun.tools.javac.main() to call the JAVA VIRTUAL machine...

that is right to compile while you are running a program. not the same program or any that are current running but you can build a interpretor like eclipse or netscape. This is generaly use by programers when you want to try short code.... so you don't compile and recompile a project just build a short program witch compiles automaticly with all of the main class and so an put in place by you.... here are some links related to this:

javaworld.com/javatips/jw-javatip131.html

i've done the program but it's not operational yet, when i'll make it work i'll give you the entire source code so if you may one day need it you can use it...

thank anyway's

Last edited by many; 12-01-2008 at 11:11 PM.
Reply With Quote