configuring JAVA

5 replies [Last post]
Offline
Last seen: 1 year 35 weeks ago
Joined: 12/21/2009
Posts:

I input simple code and compile it, but when I try preview it in my broawser, it says Java is not probperly configured.  I'm sure this is a simple question but I have no idea on what to do.  I beleive I have a basic knowlege of the language when I did things preveously, It seemed to do things right but since I have this new laptop(Toshiba) I'm having all sorts of goofy fouls, but this actually sounds like a fixable one

Offline
Last seen: 4 weeks 59 min ago
Joined: 12/31/1969
Posts:
Re:configuring JAVA

Do you have the JRE (java runtime environment) installed? Additionally, what browser/os are you using?

Offline
Last seen: 1 year 35 weeks ago
Joined: 12/21/2009
Posts:
Re:configuring JAVA

I may have accidently posted a thankyou you reply before...but if I didn't...........THANX.  I'm having problems remembering because I'm recoviering from a brain injury(which is the reason why I'm making stupid little mistakes) But I'm using IntEx8 and I will try downloding JRE and see if I've done it before.  Thanx for the help.

Offline
Last seen: 1 year 35 weeks ago
Joined: 12/21/2009
Posts:
Re:Re:configuring JAVA

I have it installed and I tried to reinstall it and when removing the old installaition it said there was a problem with some jar file...I beleive.  Anyway, I did have the JRE installed.  Is my 'puter just screwy? [zenox 2010-04-13 21:45:45]: Do you have the JRE (java runtime environment) installed? Additionally, what browser/os are you using?

Offline
Last seen: 25 weeks 3 days ago
Joined: 01/27/2011
Posts:
Re:Re:configuring JAVA ..-*Newbie

Hello, tthanks for replies..

I have the same issue, and have been upgraded tto IE7/JRE 6.0.170.4.

Any help with compiling from browser appreciated. I did get an error pop up about Active X controls, since some of these settings are controlled at work.

Thanks
Jc

tim.speed's picture
Offline
Last seen: 18 hours 29 min ago
Joined: 02/24/2010
Posts:
It sounds like a restriction

It sounds like a restriction has been placed on your computer so you can't run Java applets "A security risk".
So you can still use compilr, just not for applets, we have a Java console application template you can start with.

The process to run the application will be,
Build
Download
commandline from the folder you downloaded to "java -jar download.jar"
where download.jar is the name of your file.

-----------------
Tim Speed
Compilr Developer and CTO