F
F
Femidis2019-05-26 12:46:10
Java
Femidis, 2019-05-26 12:46:10

How to compile java file without javac?

And without the use of other third-party programs.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
protven, 2019-05-27
@protven

No way. If you really need it, then write the bytecode right away.

M
Marat Khayrutdinov, 2019-05-27
@distrik

Carefully study the specification of java and bytecode. You sit down and start writing.

D
Denis Yanchevsky, 2017-06-04
@tr0yka

tax_query should have an array for each condition:

<?php $news = get_posts([
  'post_type' => 'new',
  'tax_query' => 
]);
foreach((array) $news as $post) {
    setup_postdata($post);
    the_title('<h2>', '</h2>');
} 
wp_reset_query(); ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question