Re: [Anjuta-list] Arguments passed to java virtual machine.



> I'm afraid there's no simple list. You basically have two options:
> 1) Read the code (properties.cxx might be a good start as a guess)
> 2) Read the .properties files supplied with Anjuta 
...
> > Hi,
> > where can I find a description of the syntax used to call programs from
> > Anjuta?
> > Currently java programs are executed like this: 
> > java "$(current.full.filename)"
...
Thanks for your help.
Actually 'anjuta.properties' contains a pretty neat list near the end of
the file. That helped me a lot!
The syntax that works with Sun Java:
java -cp $(current.file.dir) $(current.file.name)
Bye
Chris.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]