S
S
Slytherin2022-04-14 11:20:28
Java
Slytherin, 2022-04-14 11:20:28

How to install antlr in idea?

The essence of the problem is this, I do import org.antlr.*; and gives the error "package org.antlr does not exist".
Installed plugins antlr, but the problem was not solved. Windows operating system.
6257d90837908166938039.jpeg
6257d945e5ab1431232888.jpeg

What have I not done or what else needs to be installed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
TheAndrey7, 2022-04-14
@TheAndrey7

The plugin only helps to work with the library, but it will not connect it to the project for you.

A
Araya, 2022-04-14
@Araya

You have installed a plugin, that is, an extension for the IDE.
Before importing the code, you need to take this code from somewhere, for example, download it using maven.
https://habr.com/ru/post/341138/ - manual

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question