Google AppEngine Failed to compile jsp files. mac os - macos

I'm trying to deploy my Java EE project on GoogleAppEngine on eclipse (Indigo/ mac os X lion).
But I have an error:
com.google.appengine.tools.admin.JspCompilationException: Failed to compile jsp files.
I checked my JRE path, it seems to be good. Maybe a library?
Anyone have an idea?

To compile jsp files you need the JDK. The JRE does not help here.

Related

how to create a xerces 3.1.1 xcode project on mac osx 10.7.5

Can anyone please let me know how to create xerces 3.1.1 xcode project on mac.
I have downloaded the xercese 3.1.1 source code from xerces site. The source code only include projects related to windows.
Thanks,
RCJ
I got the problem fixed.
Tallied source file to be included in Xcode project with the file already got compiled through make.
Removed unnecessary inclusion of c files from projects.
At the end project build successfully

Install Selenium webdriver with intellij on mac os x

I am a newbie in selenium, trying to learn step by step. I have a system - Mac os x 10.6.8 with current jdk 1.6. Please help me with the instructions on how to install Selenium webdriver set up with Intellij 12 on this mac. I found various articles on windows but I have a hard time to find one for mac.
Thanks.
You can use Maven to manage your dependencies, but if it is too complicated for your project - just add the Java? webdriver to your path in intellij
See example: how to add a jar to my lib/ directory in intelliJ and have the classes available for my web.xml?

Error after Importing java Maven projects into Eclipse juno on Mac?

I imported the maven projects from perforce in to eclipse juno on Mac and refreshed and updated dependencies as well, but still errors are shown on all the maven projects not on java classes.
am using mac 10.7.4 with JSE 1.6.
In Problems portal am getting warning description as..
Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.
But if i import the same projects on windows with jdk 1.6, its working fine, no errors shown.
Pls suggest.

Running install4j installer on Mac OS 10.7.4 with Oracle JRE1.7

I have a installer which is built with install4j 5.1.2. When i try to install it on Mac OS X 10.7.4. It complains saying
"No JVM could be found on you
system.
Please define EXE4J_JAVA_HOME
to point to an installed JDK or JRE or download a JRE from
www.java.com"
Then i download just the JRE1.7_07 from Oracle and tried again, i got the same error. Where as if i install full JDK1.7_07, then everything works fine.
Additional Information:
If i use Apple JRE 1.6 installer works fine. But my app needs JRE 1.7.
I also defined environment variables for JAVA_HOME, EXE4J_JAVA_HOME when i installed JRE1.7, Still i saw the same error. I have a feeling that, install4J is not reading the JRE when JRE is installed.
If i install JDK, then the JRE is in the following location
/Library/Java/JavaVirtualMachine/
where as if i install only JRE, it is in the following location
/Library/Internet Plug-ins/JavaAppletPlugin.plugin
I am not sure, if i am missing something. any pointers on how to resolve this particular issue is very helpful.
I got below email from install4j support.
Hi,
Thanks for your email. Indeed, 5.1.2 cannot find the JRE but only the JDK, since
the JRE was not released when OpenJDK support was implemented for install4j. This
is implemented in the current 5.1.3 build:
http://download.ej-technologies.com/beta/install4j_windows_5_1_3.exe
http://download.ej-technologies.com/beta/install4j_windows-x64_5_1_3.exe
It will be released at the end of the month.
Kind regards,

Netbeans 7.1.2 Mac 0S X download

I am running Mac OS X 10.5.8 and am trying to run Netbeans 7.1.2. When I run Netbeans I get the following message:
Cannot run on older versions of Java than Java 6 Standard Edition. Please install JAva 6
Standard Edition or newer or use --jdkhome switch to point to its installation director.
Anyway, I am pretty sure I have JDK 1.6 as I have navigated to /Libary/Java and have found a
file that says JDK 1.6.
I tried to download the lastest JDK from Oracle (JDK 1.7) and when I try to open the installer, my mac says:
This Installer is supported only on OS X Lion (10.7.0)
What can I do? I am running out of ideas?
Thanks!
Set the JDK home path in netbeans.conf file, more details here.
See the option netbeans_jdkhome option in Editing the Configuration File section
Hope it helps
Navigate to /Applications/Utilities/JavaPreferences (or something similar) and the current jdk can be set there.

Resources