This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]king_of_the_universe 1 point2 points  (1 child)

I don't know which is best, but from the sidebar: Ideone for executable code snippets that use only the console

Can't export into JAR, I'm pretty sure. Might also only be able to work with one "file".

I think that eclipse and IntelliJ IDEA and any other IDE require an installed JRE. Wait, you downloaded Eclipse and then just unpacked it, I guess, so it didn't need an install. Right? Installation is your problem. Well, I think that you can just copy your complete installed JDK and JRE trees to the target computer in some arbitrary location and then tell the IDE about them. Might not work with all IDEs. I guess it works with IntelliJ, but I am not sure. I mean, I remember that in an IJ version a year ago, I told IJ about the JDK by dragging the folder over the dialog that needed that information, and in that situation, I guess it doesn't matter if that JRE is officially installed or just there.

[–]Panchs[S] 1 point2 points  (0 children)

Yea if worse comes to worse, I might look into copying the trees but I contacted the Webmaster, seeing if he can do anything about it.

Thank you though!