You should be able to just do java -cp {netty} -jar {forge} --nogui
If not Forge's server main class is net.minecraftforge.fml.relauncher.ServerLaunchWrapper
But you'll need to add every other library to the classpath. The server's MANIFEST file specifies all this.