E
E
Evgeny Petryaev2022-02-23 16:45:21
Regular Expressions
Evgeny Petryaev, 2022-02-23 16:45:21

How to compile a project manually?

There is main.java, it uses the A.java A.form class in which there is a call to an instance of the B.java class and the use of lib.jar, lib-sources.jar in A.java. How to compile via javac and run program via java

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dimonchik, 2016-03-29
@dimonchik2013

study
not always the regular season is done alone, it is possible and several
not always the regular season is done on "coincided", it is possible and on "did not match"
if one is the only condition
this is generally solved by searching for a substring, faster than regular expressions every 20 times

P
pilartser, 2016-03-29
@pilartser

Like this
(^(?:.(?!10$))*$)
Of course with Global and Multiline flags

S
Sergey Gornostaev, 2022-02-23
@Gremlin92

javac -cp lib.jar -d . *.java
java -cp .;lib.jar <package name>.A

A
Alexey Cheremisin, 2022-02-23
@leahch

And it’s better to deal with maven or gradle right away.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question