package ${hello.pkg}; import java.util.logging.Logger; public class HelloWorld { public void run() { Logger logger = Logger.getLogger(HelloWorld.class.getName()); logger.info("HELLO WORLD"); } public static void main(String[] args) { new HelloWorld().run(); } } module ${hello.pkg} { exports ${hello.pkg}; requires java.logging; } package ${smile.pkg}; import java.util.logging.Logger; import ${hello.pkg}.HelloWorld; public class Smile { public void run() { Logger logger = Logger.getLogger(Smile.class.getName()); logger.info("\u263a\u263b\u263a\u263b"); } public static void main(String[] args) { new Smile().run(); new HelloWorld().run(); } } module ${smile.pkg} { exports ${smile.pkg}; requires java.logging; requires ${hello.pkg}; } package ${foobar.pkg}; import ${hello.main-class}; import ${smile.main-class}; public class FooBar { public void run() { new HelloWorld().run(); new Smile().run(); } public static void main(String[] args) { new FooBar().run(); } } module ${foobar.pkg} { exports ${foobar.pkg}; requires java.logging; requires ${hello.pkg}; requires ${smile.pkg}; } #!/bin/bash `dirname "$0"`/java -m ${hello.pkg}/${hello.pkg}.HelloWorld #!/bin/bash `dirname "$0"`/java -m ${hello.pkg}/${hello.pkg}.HelloWorld #!/bin/bash `dirname "$0"`/java -m ${hello.pkg}/${hello.pkg}.HelloWorld #!/bin/bash `dirname "$0"`/java -m ${hello.pkg}/${hello.pkg}.HelloWorld #!/bin/bash `dirname "$0"`/java -m ${hello.pkg}/${hello.pkg}.HelloWorld typedef int index_t; typedef char * string_t; typedef char * string_t; typedef int index_t; typedef char * string_t; timeout=3600 timeout=7200 timeout=7200 timeout=3600 timeout=7200 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.