Groups > Borland > JBuilder installation > Re: Jbuilder 2005 doesn't run on a Intel Mac (OS X Tiger)




Jbuilder 2005 doesn't run on a Intel Mac (OS X Tiger)

Jbuilder 2005 doesn't run on a Intel Mac (OS X Tiger)
Thu, 24 Aug 2006 15:36:23 PDT
Hi guys,
It seems that Jbuilder 2005 cant run on Intel Mac with OS X Tiger. It always
give this error.

Java for ppc cannot run in this configuration

When borland will make an Universal version of JBuilder to run on the new Mac
box?
Otherwise the mac users have to switch to use Eclipse.

Post Reply
Re: Jbuilder 2005 doesn't run on a Intel Mac (OS X Tiger)
Thu, 24 Aug 2006 23:16:34 -040
Fons wrote:

> It seems that Jbuilder 2005 cant run on Intel Mac with OS X Tiger.
> It always give this error.
> 
> Java for ppc cannot run in this configuration
> 
> When borland will make an Universal version of JBuilder to run on
> the new Mac box? Otherwise the mac users have to switch to use
> Eclipse.

You should review the discussions of this topic in the
"borland.public.jbuilder.macintosh" newsgroup.  I believe
we arrived at a working solution.

Search the archives; see my sig below for a link to the relevant
search info.


-- 


Paul Furbacher (TeamB)

   Save time, search the archives:
        http://info.borland.com/newsgroups/ngsearch.html

   Is it in Joi Ellis's Faq-O-Matic?
        http://www.visi.com/~gyles19/fom-serve/cache/1.html

   Finally, please send responses to the newsgroup only.
   That means, do not send email directly to me.
Post Reply
Re: Jbuilder 2005 doesn't run on a Intel Mac (OS X Tiger)
Thu, 31 Aug 2006 10:49:23 PDT
I had the same problem and found no help on the
borland.public.jbuilder.macintosh newsgroup.

I did find a solution on the internet.

Jbuilder.app is a macintosh localised frontend for jbuilder which seems to be
written otherwise purely in java (seems logical).  Since the frontend is in
Mach-O ppc format, it runs through rosetta which unfortunately does not run java
at all and fails.  You need to make a script which will be your frontend to
jbuilder.  here's the script: 

#!/bin/sh
JBUILDER_HOME=/Developer/Applications/Borland/Jbuilder2005
cd $JBUILDER_HOME/JBuilder.framework/bin
jars=`find ../patch ../lib -name *.jar | tr '\n' :`
exec
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Commands/java
-Xdock:name="JBuilder2005":icon=$JBUILDER_HOME/JBuilder.app/Contents/R
esources/JBuilder.icns -Xmaxf0.2 -Xminf0.2 -Dapple.laf.useScreenMenuBar=true
-Dapple.awt.showGrowbox=true -Xverify:none
-Xbootclasspath/p:../lib/lawt.jar:../lib/TabbedPaneFix.jar:../lib/SequencedEvent
Fix.jar:../lib/javac.jar:/System/Library/Java/Extensions/MRJToolkit.jar -Xms32m
-Xmx256m -cp $jars com.borland.jbuilder.JBuilder

Post Reply
Re: Jbuilder 2005 doesn't run on a Intel Mac (OS X Tiger)
Thu, 31 Aug 2006 18:29:03 -060
Gabriel Biberian wrote:
> I had the same problem and found no help on the
> borland.public.jbuilder.macintosh newsgroup.
> 

I guess you did not look hard enough.  There is DETAILED information in
that group.

http://groups.google.com/group/borland.public.jbuilder.macintosh/browse_thread/t
hread/248867bd86a1f28e?hl=en


-- 

Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
     http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
     http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
Post Reply
about | contact