How do update a scheduled quartz Job?

Both of the below snippets give this error: org.quartz.SchedulerException: Jobs added with no trigger must be durable. JobDetail job = scheduler.getJobDetail(jobKey(jobInfo)); job.getJobD...