You are here

Help with portable java and java development

3 posts / 0 new
Last post
Awk34
Offline
Last seen: 13 years 2 months ago
Joined: 2011-02-28 08:44
Help with portable java and java development

I am having trouble finding how to use java portable. I need to compile *.java files to *.class files, and then run those *.class files from java portable.

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 3 weeks ago
Developer
Joined: 2008-09-30 19:18
[edit]

I think this page should help Biggrin

(read the "Example" section)

[edit] Are you asking this to make a portable app? Then the above applies. If your just trying to run an app[let] you've written in java, then download Eclipse Portable (and make sure you have Java portable installed, too [in X:\PortableApps]) and install it into your PortableApps folder. After you open up your .class file, just hit "Run" and it should work.

Thats what I do for my projects in my computer science class Wink

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Not relevant

That's a Java question, nothing to do with Java Portable. Java Portable works with packed jar files. How you compile Java code is a question for other places.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Log in or register to post comments