Javacc ..Please HELP me again :)

View: New views
3 Messages — Rating Filter:   Alert me  

Javacc ..Please HELP me again :)

by Haneen Qasem :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,
Thans for your reply Tom.I'm working on windows and I'm sure i put the
true path ofthe bin directory which contains files such as javacc ,
jjtree.bat ,jjtree ,jjdoc ,jjdoc and lib directory which contains the
javacc.jar .but there is no batch file for javacc.
Really i do a project called code analyzer for java such as PMD ,
checkstyle , jtest...etc. i just have done the scanner for java
language but when i started to begin in java parser i found many
problems .first of All that i'm new in compiler concepts and it is
time consuming . That means i will not be able to finish my Graduation
project on the time specified. I'm beginner in java but i learn it
rapidly that's a good news for me :D

So when i found javacc duraing my search and i found a grammer file
for java in its examples . i think that will conserve my time to do
the rest of my project comfortably.But i can't execute javacc on my
windows :(

I will so grateful if there any ideas or any help that could help me
.Really i need a help :S

Best Regards ,
Haneen A-Haj Qasem

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Javacc ..Please HELP me again :)

by Bugzilla from hasan.ibraheem@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/16 Haneen Qasem <godgift87@...>:

> Hi All,
> Thans for your reply Tom.I'm working on windows and I'm sure i put the
> true path ofthe bin directory which contains files such as javacc ,
> jjtree.bat ,jjtree ,jjdoc ,jjdoc and lib directory which contains the
> javacc.jar .but there is no batch file for javacc.
> Really i do a project called code analyzer for java such as PMD ,
> checkstyle , jtest...etc. i just have done the scanner for java
> language but when i started to begin in java parser i found many
> problems .first of All that i'm new in compiler concepts and it is
> time consuming . That means i will not be able to finish my Graduation
> project on the time specified. I'm beginner in java but i learn it
> rapidly that's a good news for me :D
>
> So when i found javacc duraing my search and i found a grammer file
> for java in its examples . i think that will conserve my time to do
> the rest of my project comfortably.But i can't execute javacc on my
> windows :(
>
> I will so grateful if there any ideas or any help that could help me
> .Really i need a help :S
>
> Best Regards ,
> Haneen A-Haj Qasem
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

So, what does it say when you run "javacc" from the command prompt?
Also, please post your full PATH as it's now (after you've added the
javacc bin directory).

--
Hassan Ibraheem

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Javacc ..Please HELP me again :)

by Paul Cager-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Hi All,
> Thans for your reply Tom.I'm working on windows and I'm sure i put the
> true path ofthe bin directory which contains files such as javacc ,
......


It looks as though the recent release of JavaCC omitted the bin/javacc.bat
file, which is a pretty big mistake!

I'll get a new release out ASAP.

Cheers,
Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...