gpt4 book ai didi

java - 如何创建没有 main 函数的 Class 文件和 JAR 文件?

转载 作者:行者123 更新时间:2023-11-30 09:48:29 25 4
gpt4 key购买 nike

我如何为这个编码创建类文件和 jar 文件,当我编译这个程序时它不起作用,因为程序中没有主要功能。而且我也在命令提示符下尝试,但我不知道如何设置类路径?请帮我我的代码在这里

public class NewLogFields implements ILogNotify
{
public void onLog(Level level, String comment, IMediaStream stream, String category,String event, int status, String context) {
if (category.equals(WMSLoggerIDs.CAT_session) && event.equals(WMSLoggerIDs.EVT_destroy))
{
Long csBytes = (Long)WMSLoggerFactory.getGlobalLogValue(WMSLogger IDs.FD_cs_bytes);
Long scBytes = (Long)WMSLoggerFactory.getGlobalLogValue(WMSLogger IDs.FD_sc_bytes);
System.out.println("disconnect: csBytes:"+csBytes+" scBytes:"+scBytes);
}
}
}

最佳答案

在wowza media Serever 中编译编码后,jar 文件会自动在library 文件夹中创建,请查看您的Installation Library 文件夹。仍然有问题通过此链接Wowza Quick Guide

关于java - 如何创建没有 main 函数的 Class 文件和 JAR 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6214644/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com