Consider $J_0$ the zeroth order Bessel function. I'm trying to compute the Laplace transform
$$\mathcal{L}[J_0](s) = \int_0^\infty J_0(t) e^{-st}dt,$$
but until now I couldn't find a good way to do it. Substituting the series for $J_0$ doesn't seem to be a good idea. The other thing I thought of, was using the differential equation for $J_0$. That is, we know that
$$t^2J_0''(t)+tJ_0'(t)+t^2J_0(t)=0,$$
so that multiplying by $e^{-st}$ and integrating we have
$$\int_0^\infty t^2 J_0''(t)e^{-st}dt+\int_0^\infty tJ_0'(t)e^{-st}dt+\int_0^\infty t^2J_0(t)e^{-st}dt=0,$$
but I couldn't get very far with this. What I could indeed notice is that the last integral may be rewritten as
$$\int_0^\infty t^2 e^{-st}J_0(t)dt=\int_0^\infty \left(tJ_0(t)\right)\left(-\dfrac{d}{ds}\left(e^{-st}\right)\right)dt=-\dfrac{d}{ds}\left[s\int_0^\infty tJ_1(t)e^{-st}dt\right],$$
but this doesn't seem to help. On the other hand the other two integrals I had no idea to deal with them.
So, how can we compute this Laplace transform in a good way?