[Bluej-discuss] tools.jar
Davin McCall
davmac at bluej.org
Tue Jan 15 13:23:54 GMT 2008
Hi Denis,
If all you're trying to do is set the http.proxyHost/http.proxyPort
properties, or any other properties for that matter, there is now a much
better way of doing it: edit the bluej.defs file and change the
"bluej.windows.vm.args" property (you need to uncomment it as well, i.e.
remove the '#' at the beginning of the line).
Then, you can use the original bluej.exe launcher.
More info on editing bluej.defs here:
http://www.bluej.org/help/archive.html#tip4
Is that a suitable solution? Otherwise, what exactly do you mean when you say you could neither create nor open a project - what prevented you from doing so, did the file dialogs not appear, did you get an error message, did BlueJ exit before you could do anything etc?
- Davin
On Tue, 15 Jan 2008 11:50:38 +0100
Denis BUREAU <Denis.Bureau at wanadoo.fr> wrote:
> Hi BlueJers,
>
> I'm trying to launch BlueJ with the trick indicated here :
> http://lists.bluej.org/pipermail/bluej-discuss/2004-October/004046.html
>
> As I didn't want to have path problems, I copied tools.jar
> to the BlueJ directory.
>
> I typed this command :
> C:\BlueJ> java -cp tools.jar;lib\bluej.jar bluej.Boot
>
> BlueJ started but I could neither create nor open a project,
> and I got this message in the terminal :
> class Boot: tools.jar not found. Potential problem for execution.
>
> I'm using jdk1.6.0_02 and, if this can be useful,
> here is the debuglog file :
> C:\BlueJ> more "\Documents and Settings\denis\bluej\bluej-debuglog.txt"
> BlueJ run started: Tue Jan 15 11:31:01 CET 2008
> BlueJ version 2.2.0
> Java version 1.6.0_03
> Virtual machine: Java HotSpot(TM) Client VM 1.6.0_03-b05 (Sun
> Microsystems Inc.)
> Running on: Windows XP 5.1 (x86)
> Java Home: C:\Program Files\Java\jre1.6.0_03
> ----
> BlueJscript terminated
> Jeliot extension terminates
>
> And of course, bluej.exe runs just fine.
>
> Thanks for your help.
>
> P.S.: some students did experiment this problem in the past,
> but they never said if they solved it and how
>
>
> ----
> Denis BUREAU.
>
> _______________________________________________
> mailing list bluej-discuss at bluej.org
> To unsubscribe or change your preferences, go to
> http://lists.bluej.org/mailman/listinfo/bluej-discuss
More information about the bluej-discuss
mailing list