AW: Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-20 Thread Markus Wiesenbacher
Thanks Jan, this withing the javac-argument solved the problem: This grants access to the restricted API! Markus ;) -Ursprüngliche Nachricht- Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] Gesendet: Dienstag, 20. Mai 2014 14:24 An: 'Ant Users List' Betreff: AW: Cannot f

AW: Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-20 Thread jhm
; Von: Markus Wiesenbacher [mailto:markus.wiesenbac...@intrafind.de] > Gesendet: Montag, 19. Mai 2014 12:56 > An: Ant Users List > Betreff: AW: Cannot find symbol (CertAndKeyGen) with JDK8 > > - To be more sp

AW: Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-19 Thread Markus Wiesenbacher
. Mai 2014 11:43 An: user@ant.apache.org Betreff: Cannot find symbol (CertAndKeyGen) with JDK8 Hi, I am trying to compile my classes (which make use of sun.security.tools.keytool CertAndKeyGen) but I am always getting "cannot find symbol". If I add the JRE-lib folder into my build-scri

Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-19 Thread Markus Wiesenbacher
Hi, I am trying to compile my classes (which make use of sun.security.tools.keytool CertAndKeyGen) but I am always getting "cannot find symbol". If I add the JRE-lib folder into my build-script it works. I don´t know why, as the JDK-lib folder also contains the rt.jar containing

Re: cannot find symbol

2009-06-15 Thread David Weintraub
nd in your script? That'll help you > > understand what should be in your classpath when you run . > > > > On Mon, Jun 15, 2009 at 7:44 AM, Hungry Snail > > wrote: > >> > >> Hi People. > >> > >> I am trying to compile some f

Re: cannot find symbol

2009-06-15 Thread Hungry Snail
electbf\gui\ConfigurationDialog.java:32: > package >> org.eclipse.swt.widgets does not exist >> [javac] import org.eclipse.swt.widgets.Text; >> [javac] ^ >> [javac] D:\Stats\src\org\selectbf\gui\ConfigurationDialog.java:50: > package >>

Re: cannot find symbol

2009-06-15 Thread David Weintraub
t; org.eclipse.swt.widgets does not exist > [javac] public class ConfigurationDialog extends > org.eclipse.swt.widgets.Dialog > [javac] ^ > [javac] D:\Stats\src\org\selectbf\gui\ConfigurationDialog.java:53: cannot > find symbol > [javac] symbol : c

AW: ****SPAM**** cannot find symbol

2009-06-15 Thread Knuplesch, Juergen
use Ant4Eclipse to get the classpath that Eclipse is using. Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Hungry Snail [mailto:centuri...@hotmail.com] Gesendet: Montag, 15. Juni 2009 13:45 An: user@ant.apache.org Betreff: SPAM cannot find symbol Hi

cannot find symbol

2009-06-15 Thread Hungry Snail
\selectbf\gui\ConfigurationDialog.java:53: cannot find symbol [javac] symbol : class Shell [javac] location: class org.selectbf.gui.ConfigurationDialog [javac] private Shell dialogShell; [javac] ^ [javac] D:\Stats\src\org\selectbf\gui\ConfigurationDialog.java:54: cannot find symbol

Re: cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
ges. I have used >>> the >>> proper package statements as well but when i compile with ant it gives >>> >>> compile: >>> [javac] Compiling 113 source files >>> [javac] /home/kamran/parallel/mpj/src/mpjdev/nativ/Comm.java:647: >>> cannot >

Re: cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
ckage statements as well but when i compile with ant it gives >> >> compile: >> [javac] Compiling 113 source files >> [javac] /home/kamran/parallel/mpj/src/mpjdev/nativ/Comm.java:647: cannot >> find symbol >> [javac] symbol : method create(mpjdev.nativ.Gr

Re: cannot compile with ant -- cannot find symbol

2008-08-03 Thread Charitha Kankanamge
packages. I have used the proper package statements as well but when i compile with ant it gives compile: [javac] Compiling 113 source files [javac] /home/kamran/parallel/mpj/src/mpjdev/nativ/Comm.java:647: cannot find symbol [javac] symbol : method create(mpjdev.nativ.Group) [javac

cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
i am trying to compile files in that are placed in packages. I have used the proper package statements as well but when i compile with ant it gives compile: [javac] Compiling 113 source files [javac] /home/kamran/parallel/mpj/src/mpjdev/nativ/Comm.java:647: cannot find symbol [javac